Click or drag to resize
SalesForceAuthorizationHelperGetAuthorizationUrl Method
Gets the authorization URL for the first step in the OAuth 2.0 web server authentication flow.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public string GetAuthorizationUrl(
	string state
)

Parameters

state
Type: SystemString
A string value representing a state that will be kept during the authorization.

Return Value

Type: String
The authorization URL for the first step in the OAuth 2.0 web server authentication flow.
See Also