docs/interfaces/management.Management.UpdateUserAuthenticationMethodResponseContent.html
The successfully created authentication method.
interface UpdateUserAuthenticationMethodResponseContent {
id?: string;
type: Management.CreatedAuthenticationMethodTypeEnum;
name?: string;
totp_secret?: string;
phone_number?: string;
email?: string;
authentication_methods?: UserAuthenticationMethodProperties[];
preferred_authentication_method?: Management.PreferredAuthenticationMethodEnum;
key_id?: string;
public_key?: string;
aaguid?: string;
relying_party_identifier?: string;
confirmed?: boolean;
created_at?: string;
}
id?typename?totp_secret?phone_number?email?authentication_methods?preferred_authentication_method?key_id?public_key?aaguid?relying_party_identifier?confirmed?created_at?
Optionalidid?: string
The ID of the newly created authentication method (automatically generated by the application)
type: Management.CreatedAuthenticationMethodTypeEnum
Optionalnamename?: string
A human-readable label to identify the authentication method.
Optionaltotp_secrettotp_secret?: string
Base32 encoded secret for TOTP generation
Optionalphone_numberphone_number?: string
Applies to phone authentication methods only. The destination phone number used to send verification codes via text and voice.
Optionalemailemail?: string
Applies to email authentication methods only. The email address used to send verification messages.
Optionalauthentication_methodsauthentication_methods?: UserAuthenticationMethodProperties[]
Optionalpreferred_authentication_methodpreferred_authentication_method?: Management.PreferredAuthenticationMethodEnum
Optionalkey_idkey_id?: string
Applies to webauthn authentication methods only. The id of the credential.
Optionalpublic_keypublic_key?: string
Applies to webauthn authentication methods only. The public key.
Optionalaaguidaaguid?: string
Applies to passkey authentication methods only. Authenticator Attestation Globally Unique Identifier.
Optionalrelying_party_identifierrelying_party_identifier?: string
Applies to webauthn authentication methods only. The relying party identifier.
Optionalconfirmedconfirmed?: boolean
Whether the authentication method has been confirmed.
Optionalcreated_atcreated_at?: string
Authentication method creation date
Member Visibility
ThemeOSLightDark
Properties idtypenametotp_secretphone_numberemailauthentication_methodspreferred_authentication_methodkey_idpublic_keyaaguidrelying_party_identifierconfirmedcreated_at