SDKOptions.withAuthenticationMode constructor
- AuthenticationMode authenticationMode
Constructs a SDKOptions from authentication mode.
Other fields are filled with default values.
authenticationModeAuthentication Mode used for obtaining an access token.
Implementation
factory SDKOptions.withAuthenticationMode(AuthenticationMode authenticationMode) => $prototype.withAuthenticationMode(authenticationMode);