RetailMediaChannelConnector.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.

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 sing in process has been reached. Otherwise, returns false.

Please see the class's description for more information

Community Additions

ADD
Show: