Uses of Class
com.okta.authn.sdk.resource.AuthenticationStatus
-
Packages that use AuthenticationStatus Package Description com.okta.authn.sdk.impl.resource com.okta.authn.sdk.resource -
-
Uses of AuthenticationStatus in com.okta.authn.sdk.impl.resource
Methods in com.okta.authn.sdk.impl.resource that return AuthenticationStatus Modifier and Type Method Description AuthenticationStatus
DefaultAuthenticationResponse. getStatus()
-
Uses of AuthenticationStatus in com.okta.authn.sdk.resource
Methods in com.okta.authn.sdk.resource that return AuthenticationStatus Modifier and Type Method Description AuthenticationStatus
AuthenticationResponse. getStatus()
static AuthenticationStatus
AuthenticationStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AuthenticationStatus[]
AuthenticationStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-