Uses of Class
com.okta.sdk.client.AuthenticationScheme
-
Packages that use AuthenticationScheme Package Description com.okta.sdk.client -
-
Uses of AuthenticationScheme in com.okta.sdk.client
Methods in com.okta.sdk.client that return AuthenticationScheme Modifier and Type Method Description AuthenticationScheme
AuthorizationMode. getAuthenticationScheme()
static AuthenticationScheme
AuthenticationScheme. valueOf(java.lang.String name)
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 AuthenticationScheme Modifier and Type Method Description static AuthorizationMode
AuthorizationMode. get(AuthenticationScheme authenticationScheme)
-