OAuthFlowBuilderTokenURL Property | |
Gets the token Url.
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 string TokenURL { get; }
Public ReadOnly Property TokenURL As String
Get
public:
property String^ TokenURL {
String^ get ();
}
member TokenURL : string with get
Return Value
Type:
String the token Url
See Also