RetailMediaChannelFacebookConnector.processLoginResponse Method [AX 2012]
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.
public boolean processLoginResponse(CLRObject _uri, RetailOAuthParameters _oauthParams)
Run On
CalledParameters
- _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: booleanReturns true if the final page in the sign in process has been reached. Otherwise, returns false.
Community Additions
ADD
Show: