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
Link copied to clipboard
Link copied to clipboard