Android Authentication Overview
Authentication interfaces and credential management for the Agentforce Android SDK.
- AgentforceAuthCredentialProvider - Credential provider interface
- AgentforceAuthCredentials - Authentication credentials structure
- 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
- Configuration: See Configuration Overview for setup
- Data Models: See Data Models Overview for message handling
- Integration: See Android Development for architecture patterns