Nevis Mobile Authentication SDK React Native plugin
    Preparing search index...

    Class RegistrationInfoAbstract

    The object exposing the registration information for an Authenticator.

    Index

    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.