Package com.smartsheet.api.oauth

OAuth 2.0 authentication support for the Smartsheet Java SDK.

This package provides classes and interfaces for implementing OAuth 2.0 authentication flows with the Smartsheet API. OAuth 2.0 is the recommended authentication method for applications that need to access Smartsheet on behalf of users.

Key components include:

  • OAuthFlow - Interface for OAuth flow operations
  • Token - Represents an OAuth access token
  • AccessScope - Defines OAuth access scopes
  • Various exception classes for OAuth-specific errors

Use these classes to implement the OAuth authorization code flow to obtain access tokens for API requests.

See Also:
OAuthFlow, Token