SalesForceAuthorizationHelper GetAuthorizationUrl Method Kentico 8.0 API Reference
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: 8.0.0.0 (8.0.5239.26125)

Parameters

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

Return Value

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