Click or drag to resize

OAuthFlow Interface

OAuthFlow interface provides methods to do the OAuth2 authorization.

Thread Safety: Implementation of this interface must be thread safe.

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 interface OAuthFlow

The OAuthFlow type exposes the following members.

Methods
  NameDescription
Public methodExtractAuthorizationResult
Extract AuthorizationResult from the authorization response URL (i.e. the RedirectURL with the response parameters from Smartsheet OAuth server).
Public methodNewAuthorizationURL

Generate a new authorization URL.

Public methodObtainNewToken
Obtain a new token using AuthorizationResult.
Public methodRefreshToken
Refresh token.
Public methodRevokeAllForApiClient
Revoke token.
Public methodRevokeToken
Revoke token.
Top
See Also