Click or drag to resize

AuthorizationResultState Property

Gets the State string which is returned to the redirect URL for a registered application

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 State { get; set; }

Return Value

Type: String
the State
See Also