OAuthFlowBuilderDEFAULT_AUTHORIZATION_URL Field | |
Represents the default OAuth authorization URL
It is a constant with Value "https://www.Smartsheet.com/b/authorize".
Namespace:
Smartsheet.Api.OAuth
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax public const string DEFAULT_AUTHORIZATION_URL = "https://www.smartsheet.com/b/authorize"
Public Const DEFAULT_AUTHORIZATION_URL As String = "https://www.smartsheet.com/b/authorize"
public:
literal String^ DEFAULT_AUTHORIZATION_URL = "https://www.smartsheet.com/b/authorize"
static val mutable DEFAULT_AUTHORIZATION_URL: string
Field Value
Type:
StringSee Also