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
)
Function ExtractAuthorizationResult (
authorizationResponseURL As String
) As AuthorizationResult
AuthorizationResult^ ExtractAuthorizationResult(
String^ authorizationResponseURL
)
abstract ExtractAuthorizationResult :
authorizationResponseURL : string -> AuthorizationResult
Parameters
- authorizationResponseURL
- Type: SystemString
the authorization response Url
Return Value
Type:
AuthorizationResult the authorization RequestResult
Exceptions See Also