Click or drag to resize

OAuthFlow Methods

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