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
class BiometricAuthenticationException(message: String, val biometricExceptionDetails: BiometricExceptionDetails) : GeneralSecurityException
Link copied to clipboard
Link copied to clipboard
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] )
Link copied to clipboard
object SdkDefaults