authenticate
Trigger the Authentication Tree flow process with the PolicyAdvice
Parameters
The Application Context
Policy Advice for Step up authentication.
Listener to listen for authenticate event. onSuccess on success login, FRSession is returned. onCallbackReceived step to the next node, Node is returned. throws when server returns { } throws { } When server return errors. throws { } When { } returned from Server is not supported by the SDK. throws { } When Authentication tree timeout throws { } when failed to parse server response as JSON String. throws { } When there is any network error. throws { } When failed to parse the URL for API request. throws { } or { } When failed to initialize the Callback class.
Trigger the Authentication Tree flow process with the provided tree name
Parameters
The Application Context
Authentication Tree name
Listener to listen for authenticate event. onSuccess on success login, FRSession is returned. onCallbackReceived step to the next node, Node is returned. throws when server returns { } throws { } When server return errors. throws { } When { } returned from Server is not supported by the SDK. throws { } When Authentication tree timeout throws { } when failed to parse server response as JSON String. throws { } When there is any network error. throws { } When failed to parse the URL for API request. throws { } or { } When failed to initialize the Callback class.
Trigger the Authentication Tree flow process with the provided resume URI
Parameters
The Application Context
Resume URI
Listener to listen for authenticate event. onSuccess on success login, FRSession is returned. onCallbackReceived step to the next node, Node is returned. throws when server returns { } throws { } When server return errors. throws { } When { } returned from Server is not supported by the SDK. throws { } When Suspended ID timeout throws { } When Authentication tree timeout throws { } when failed to parse server response as JSON String. throws { } When there is any network error. throws { } When failed to parse the URL for API request. throws { } or { } When failed to initialize the Callback class.