Package-level declarations

Types

Link copied to clipboard
sealed interface ApiErrorResponse
Link copied to clipboard
data class AuthenticatorEnrollment(val credentialId: String, val displayName: String? = null, val profile: Map<String, String>? = null)

Represents an authenticator enrollment returned from the Okta server as part of a WebAuthn challenge response.