isSslRequired property

bool isSslRequired

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

Implementation

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