Click or drag to resize

OAuthFlowBuilderDEFAULT_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
Syntax
public const string DEFAULT_TOKEN_URL = "https://api.smartsheet.com/2.0/token"

Field Value

Type: String
See Also