The object exposing the registration information for an Authenticator.

Hierarchy

  • RegistrationInfo

Properties

registeredAccounts: Account[]

Returns the objects representing the accounts that are registered with this authenticator.

If an authenticator that is registered for a given username is provided through AuthenticatorSelector for registration operations associated with the account associated with the username, an OperationError will be returned as a result of the operation.

If an authenticator that is not registered for a given username is provided through AuthenticatorSelector for authentication operations associated with the account associated with the username, an OperationError will be returned as a result of the operation.

Methods

  • Returns true if the provided user is registered and false otherwise.

    Parameters

    • username: string

      the username.

    Returns boolean

    true if the provided user is registered and false otherwise.

Generated using TypeDoc