Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface CreateUserAuthenticationMethodResponseContent

    The successfully created authentication method.

    interface CreateUserAuthenticationMethodResponseContent {
        id?: string;
        type: Management.CreatedUserAuthenticationMethodTypeEnum;
        name?: string;
        totp_secret?: string;
        phone_number?: string;
        email?: string;
        authentication_methods?: UserAuthenticationMethodProperties[];
        preferred_authentication_method?: Management.PreferredAuthenticationMethodEnum;
        key_id?: string;
        public_key?: string;
        relying_party_identifier?: string;
        created_at?: string;
    }
    Index

    Properties

    id?: string

    The ID of the newly created authentication method (automatically generated by the application)

    name?: string

    A human-readable label to identify the authentication method.

    totp_secret?: string

    Base32 encoded secret for TOTP generation

    phone_number?: string

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

    email?: string

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

    authentication_methods?: UserAuthenticationMethodProperties[]
    preferred_authentication_method?: Management.PreferredAuthenticationMethodEnum
    key_id?: string

    Applies to webauthn authenticators only. The id of the credential.

    public_key?: string

    Applies to webauthn authenticators only. The public key.

    relying_party_identifier?: string

    Applies to webauthn authenticators only. The relying party identifier.

    created_at?: string

    Authentication method creation date