Package-level declarations
Types
Link copied to clipboard
object AuthFoundation
Link copied to clipboard
object AuthFoundationDefaults
The defaults used in various classes throughout the rest of the SDK.
Link copied to clipboard
actual class BiometricAuthenticationException(message: String, val biometricExceptionDetails: BiometricExceptionDetails) : GeneralSecurityException
expect class BiometricAuthenticationException(message: String, biometricExceptionDetails: BiometricExceptionDetails) : Exception
Represents a failed, errored, or cancelled biometric authentication challenge.
actual class BiometricAuthenticationException(message: String, val biometricExceptionDetails: BiometricExceptionDetails) : GeneralSecurityException
Link copied to clipboard
Link copied to clipboard
Additional details describing why a biometric authentication challenge failed.
Link copied to clipboard
Represents specialized OAuth 2.0 grant types used for challenge-based authentication mechanisms, such as Multi-Factor Authentication (MFA) with Out-of-Band (OOB), One-Time Passcode (OTP), or WebAuthn.
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FIELD, AnnotationTarget.LOCAL_VARIABLE, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.TYPEALIAS] )
Marks an API as internal to Okta SDKs; not covered by compatibility guarantees.
Link copied to clipboard
object SdkDefaults