AuthenticatorEnrollment

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.

Constructors

Link copied to clipboard
constructor(credentialId: String, displayName: String? = null, profile: Map<String, String>? = null)

Properties

Link copied to clipboard

Base64url-encoded identifier of a passkey the user has already registered; used to scope the WebAuthn assertion to enrolled credentials.

Link copied to clipboard

A human-readable name for the enrolled authenticator, if the server provided one.

Link copied to clipboard

Additional server-supplied metadata about the enrollment, if any.