Global

Type Definitions

DeleteIdenityCallback(error)

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

FlowCompleteCallback(error)

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

FlowCompleteCallback

FlowCompleteCallback
Source:

FlushCallback

FlushCallback
Source:

GetIdentityCallback(error, identities)

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

MetaInfoCallback

MetaInfoCallback
Source:

SyncStateCallback

SyncStateCallback
Source:

UpdateCredentialCallback(error)

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

UpdateSecretCallback(error)

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