DirectAuthenticationState
A Java-friendly base type for authentication states returned at JVM API boundaries.
Every Kotlin KotlinDirectAuthenticationState subtype has a corresponding JVM wrapper class that Java callers can use with instanceof checks, avoiding name collisions with the Kotlin sealed interface.
Use state to access the underlying Kotlin KotlinDirectAuthenticationState.
Kotlin callers should use com.okta.directauth.model.DirectAuthenticationState instead.
Parameters
The underlying Kotlin KotlinDirectAuthenticationState.
Inheritors
Types
The user has been authenticated and tokens have been issued.
The authentication process is still pending and awaiting user action.
The authentication flow has been canceled.
A Java-friendly base type for authentication error states.
The initial state of the authentication flow, before any action has been taken.