package

com.kinvey.java.auth

Authentication package containing all of the security methods. CredentialStore is the storage facility for maintaining users and their auth tokens.

This package was designed with security in mind and deliberately prevents access to sensitive information.

Interfaces

ClientUsers  
CredentialStore A mechanism to store, retrieve and purge credentials from memory and disk  

Classes

Credential  
CredentialManager  
InMemoryClientUsers  
InMemoryCredentialStore  
KinveyAuthRequest  
KinveyAuthRequest.Builder Used to construct a KinveyAuthRequest
KinveyAuthResponse  
KinveyAuthResponse.KinveyUserMetadata  
ThirdPartyIdentity Used to provide credentials to Kinvey for authorization to a 3rd party authenticated user. 

Enums