SalesForceAuthorizationHelper GetAuthorizationUrl Method Kentico 8.1 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.1.5347.20411)

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