SalesForceAuthorizationHelperGetAuthorizationUrl Method |
Gets the authorization URL for the first step in the OAuth 2.0 web server authentication flow.
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 11.0.0
Syntax 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:
StringThe authorization URL for the first step in the OAuth 2.0 web server authentication flow.
See Also