Click or drag to resize

OAuthFlowExtractAuthorizationResult Method

Extract AuthorizationResult from the authorization response URL (i.e. the RedirectURL with the response parameters from Smartsheet OAuth server).

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
AuthorizationResult ExtractAuthorizationResult(
	string authorizationResponseURL
)

Parameters

authorizationResponseURL
Type: SystemString
the authorization response Url

Return Value

Type: AuthorizationResult
the authorization RequestResult
Exceptions
ExceptionCondition
UriFormatException the URI syntax exception
AccessDeniedException the access denied exception
UnsupportedResponseTypeException the unsupported response Type exception
InvalidScopeException the invalid scope exception
OAuthAuthorizationCodeException the o auth authorization Code exception
InvalidOperationException if any other error occurred during the operation
See Also