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

Syntax

public boolean processLoginResponse(CLRObject _uri, RetailOAuthParameters _oauthParams)

Run On

Called

Parameters

Return Value

Type: boolean
Returns true if the final page in the sing in process has been reached. Otherwise, returns false.

See Also

Reference

RetailMediaChannelTwitterConnector Class