isSslRequired property

bool isSslRequired

A Boolean value indicating whether the token must be passed over HTTPS.

Implementation

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