Discuss this help topic in SecureBlackbox Forum
Processes the responses received from the authorization server.
Declaration
Parameters
Return value
Returns True (null/Nothing in .NET and Java) if the authorization is granted, and False (new request) otherwise.
Description
Call this method each time to parse a response received from the authorization server. If the access token is granted, the method returns True; otherwise it returns False and creates a new request to be sent to the server.