Uses of Enum
com.okta.sdk.client.AuthenticationScheme
-
Uses of AuthenticationScheme in com.okta.sdk.client
Modifier and TypeMethodDescriptionAuthorizationMode.getAuthenticationScheme()
static AuthenticationScheme
Returns the enum constant of this type with the specified name.static AuthenticationScheme[]
AuthenticationScheme.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic AuthorizationMode
AuthorizationMode.get
(AuthenticationScheme authenticationScheme) -
Uses of AuthenticationScheme in com.okta.sdk.impl.config
Modifier and TypeMethodDescriptionvoid
ClientConfiguration.setAuthenticationScheme
(AuthenticationScheme authenticationScheme)