Abstract
Abstract
registeredReturns 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.
Static
fromAlternate constructor that creates a RegistrationInfo from a json.
contains the source for instance creation.
a RegistrationInfo instance.
Abstract
isReturns true
if the provided user is registered and false
otherwise.
the username.
true
if the provided user is registered and false
otherwise.
The object exposing the registration information for an Authenticator.