RetailMediaChannelConnector.getLoginURl Method [AX 2012]

The getLoginURI method is called to get the URI to direct the user to to sign in and grant the access to the application

Syntax

public str getLoginURl(RetailOAuthParameters _oauthParams)

Run On

Called

Parameters

Return Value

Type: str
Returns the URI to direct the user to to sign in and grant the access to the application

Remarks

Please see the class's description for more information

See Also

Reference

RetailMediaChannelConnector Interface