Uses of Enum
com.okta.sdk.client.AuthenticationScheme
Packages that use AuthenticationScheme
-
Uses of AuthenticationScheme in com.okta.sdk.client
Methods in com.okta.sdk.client that return AuthenticationSchemeModifier 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.Methods in com.okta.sdk.client with parameters of type AuthenticationSchemeModifier and TypeMethodDescriptionstatic AuthorizationMode
AuthorizationMode.get
(AuthenticationScheme authenticationScheme) -
Uses of AuthenticationScheme in com.okta.sdk.impl.config
Methods in com.okta.sdk.impl.config that return AuthenticationSchemeMethods in com.okta.sdk.impl.config with parameters of type AuthenticationSchemeModifier and TypeMethodDescriptionvoid
ClientConfiguration.setAuthenticationScheme
(AuthenticationScheme authenticationScheme)