Android Authentication Overview

Authentication interfaces and credential management for the Agentforce Android SDK.

  • Access Token: OAuth 2.0 access token for API authentication
  • Refresh Token: Token for refreshing expired access tokens
  • Expiration: Token expiration time and refresh logic
  • JWT Token: JSON Web Token for organization authentication
  • Claims: User and organization claims within the JWT
  • Validation: Token validation and security checks
  • Token Refresh: Automatic token refresh when expired
  • Security: Secure storage and transmission of credentials
  • Validation: Credential validation before API calls