Abstract
Abstract
usernameSpecifies the username that must be deregistered.
IMPORTANT
Providing the username is required.
the username.
a Deregistration object.
Abstract
aaidSpecifies the AAID of the Authenticator that must be deregistered.
NOTE
If no AAID is provided then all authenticators will be deregistered.
the AAID of the authenticator to be deregistered.
a Deregistration object.
Abstract
authorizationSpecifies the AuthorizationProvider provider to be used to deregister the authenticator.
NOTE
This doesn't have to be provided on Authentication Cloud environment.
a Deregistration object.
Abstract
onSpecifies the object that will be invoked if the authenticator was deleted successfully.
IMPORTANT
Providing the onSuccess is required.
the function which is invoked on successful deregistration.
a Deregistration object.
Abstract
onSpecifies the object that will be invoked if the deregistration failed.
IMPORTANT
Providing the onError is required.
the function which receives an OperationError.
a Deregistration object.
Abstract
requestSpecifies the additional request headers that must be included in the HTTP requests sent by the operation.
the HTTP headers.
an HttpOperation object.
Abstract
executeGenerated using TypeDoc
The object that can be used to trigger a deregistration operation.
Usage example: