Share via


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.

Syntax

public boolean processLoginResponse(CLRObject _uri, RetailOAuthParameters _oauthParams)

Run On

Called

Parameters

Return Value

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

See Also

Reference

RetailMediaChannelFacebookConnector Class