isSslRequired property

bool isSslRequired

True if the token must be passed over HTTPS, false otherwise.

Implementation

bool get isSslRequired {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_OAuthUserTokenInfo_getIsSSLRequired(
      _handle,
      errorHandler,
    );
  });
}