SDKOptions.withAuthenticationMode constructor

SDKOptions.withAuthenticationMode(
  1. AuthenticationMode authenticationMode
)

Constructs a SDKOptions from authentication mode.

Other fields are filled with default values.

  • authenticationMode Authentication Mode used for obtaining an access token.

Implementation

factory SDKOptions.withAuthenticationMode(AuthenticationMode authenticationMode) => $prototype.withAuthenticationMode(authenticationMode);