OAuthFlowBuilder.DEFAULT_TOKEN_URL Field |  |
Represents the default token URL
It is a constant with Value "https://Api.Smartsheet.com/2.0/token".
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
Syntaxpublic const string DEFAULT_TOKEN_URL = "https://api.smartsheet.com/2.0/token"
Public Const DEFAULT_TOKEN_URL As String = "https://api.smartsheet.com/2.0/token"
public:
literal String^ DEFAULT_TOKEN_URL = "https://api.smartsheet.com/2.0/token"
static val mutable DEFAULT_TOKEN_URL: string
Field Value
Type:
String
See Also