Interface GetAuthenticationMethods200ResponseOneOfInner

Hierarchy

  • GetAuthenticationMethods200ResponseOneOfInner

Properties

confirmed?: boolean

The authentication method status

created_at: string

Authenticator creation date

credential_backed_up?: boolean

Applies to passkeys only. Whether the credential was backed up.

credential_device_type?: string

Applies to passkeys only. The kind of device the credential is stored on as defined by backup eligibility. "single_device" credentials cannot be backed up and synced to another device, "multi_device" credentials can be backed up if enabled by the end-user.

email?: string

Applies to email and email-verification authentication methods only. The email address used to send verification messages.

enrolled_at?: string

Enrollment date

id: string

The ID of the authentication method (auto generated)

identity_user_id?: string

Applies to passkeys only. The ID of the user identity linked with the authentication method.

key_id?: string

Applies to webauthn authentication methods only. The ID of the generated credential.

last_auth_at?: string

Last authentication

link_id?: string

The ID of a linked authentication method. Linked authentication methods will be deleted together.

name?: string

A human-readable label to identify the authentication method

phone_number?: string

Applies to phone authentication methods only. The destination phone number used to send verification codes via text and voice.

The authentication method preferred for phone authenticators.

public_key?: string

Applies to webauthn authentication methods only. The public key.

user_agent?: string

Applies to passkeys only. The user-agent of the browser used to create the passkey.