Global

Type Definitions

fetchBackendTokenFailureCallback(error)

Fetch backend token callback method.
Parameters:
Name Type Description
error json Error information
Source:

fetchBackendTokenSuccessCallback(providerToken)

Fetch backend token callback method.
Parameters:
Name Type Description
providerToken string Provider token value
Source:

getProfileFailureCallback()

Get profile callback method.
Source:

getProfileSuccessCallback(profile)

Get profile callback method.
Parameters:
Name Type Description
profile object Profile object
Source:

initFailureCallback()

Init failure callback method.
Source:

initSuccessCallback(mainRef)

Init success callback method.
Parameters:
Name Type Description
mainRef json Application Configuration
Source:

integrationFailureCallback(error)

Integration service failure callback method.
Parameters:
Name Type Description
error json Error information
Source:

integrationSuccessCallback(response)

Integration service success callback method.
Parameters:
Name Type Description
response json Integration service response
Source:

loginFailureCallback(error)

Login failure callback method.
Parameters:
Name Type Description
error json Error information
Source:

loginSuccessCallback(claimsToken)

Login success callback method.
Parameters:
Name Type Description
claimsToken string Claims token value
Source:

logoutFailureCallback()

Logout failure callback method.
Source:

logoutSuccessCallback()

Logout success callback method.
Source: