AbstractAbstractusernameSpecifies the username that must be deregistered.
Providing the username is required.
The username is the technical user identifier stored in the Account.username property. Do not provide the login identifier (for example the user's email address) here. We recommend always using the username provided via LocalData.accounts.
the username.
a Deregistration object.
AbstractaaidSpecifies the AAID of the Authenticator that must be deregistered.
If no AAID is provided then all authenticators will be deregistered.
the AAID of the authenticator to be deregistered.
a Deregistration object.
AbstractauthorizationSpecifies the AuthorizationProvider provider to be used to deregister the authenticator.
This doesn't have to be provided on Authentication Cloud environment.
a Deregistration object.
AbstractonSpecifies the object that will be invoked if the authenticator was deleted successfully.
Providing the onSuccess callback is required.
the function which is invoked on successful deregistration.
a Deregistration object.
AbstractonSpecifies the object that will be invoked if the deregistration failed.
Providing the onError callback is required.
the function which receives an OperationError.
a Deregistration object.
AbstractrequestSpecifies the additional request headers that must be included in the HTTP requests sent by the operation.
the HTTP headers.
an HttpOperation object.
AbstractexecuteExecutes the operation asynchronously.
The object that can be used to trigger a deregistration operation.
Usage example: