Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method is called when user is signing in and the web-browser detects new pages opened.
This mau be used to check if the page opened is the final page in the sign in process, or if user decided to cancel the process.
Syntax
public boolean processLoginResponse(CLRObject _uri, RetailOAuthParameters _oauthParams)
Run On
Called
Parameters
- _uri
Type: CLRObject Class
The URI the user has been directed to
- _oauthParams
Type: RetailOAuthParameters Class
OAuth parameters of the sign in session
Return Value
Type: boolean
Returns true if the final page in the sign in process has been reached. Otherwise, returns false.