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

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

HttpRequestCallback

HttpRequestCallback
Source:

TransientTokenCallback(error, transientToken)

Callback for transient token generation.
Source:
Parameters:
Name Type Description
error Error when something goes wrong
transientToken String a one shot transient token to pass around

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

USC_LoginStateCallback(error)

This callback for login state changes.
Source:
Parameters:
Name Type Description
error Error when something goes wrong

UserStateChangeListener

This listener is used on state changes.
Properties:
Name Type Description
onLoginStateChange USC_LoginStateCallback callback for login changes
Source:
Type:
  • Object