| 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
 Syntax
SyntaxThe OAuthFlow type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | ExtractAuthorizationResult | 
            Extract AuthorizationResult from the authorization response URL (i.e. the RedirectURL with the response
            parameters from Smartsheet OAuth server).
             | 
|  | NewAuthorizationURL | Generate a new authorization URL. | 
|  | ObtainNewToken | 
            Obtain a new token using AuthorizationResult.
             | 
|  | RefreshToken | 
            Refresh token.
             | 
|  | RevokeAllForApiClient | 
            Revoke token.
             | 
|  | RevokeToken | 
            Revoke token.
             | 
 See Also
See Also