Global

Type Definitions

DeleteIdenityCallback(error)

This callback is used during a identity deletion
Parameters:
Name Type Description
error Error is something goes wrong
Source:

FlowCompleteCallback(error)

This callback is used to notify that the flow is completed
Parameters:
Name Type Description
error Error is something goes wrong
Source:

FlowCompleteCallback

FlowCompleteCallback
Source:

FlushCallback

FlushCallback
Source:

GetIdentityCallback(error, identities)

This callback is displayed as part of the Requester class.
Parameters:
Name Type Description
error Error when something goes wrong
identities Array.<Identity> an array of Identity
Source:

MetaInfoCallback

MetaInfoCallback
Source:

SyncStateCallback

SyncStateCallback
Source:

UpdateCredentialCallback(error)

This callback is used during a identity identifier update
Parameters:
Name Type Description
error Error when something goes wrong
Source:

UpdateSecretCallback(error)

This callback is used during a identity secret update
Parameters:
Name Type Description
error Error when something goes wrong
Source: