Getting Stored OAuth Tokens and User Information
Cotter's SDK automatically stores the returned access_token
, id_token
, refresh_token
and user information in the device's secure storage when the user successfully authenticates.
Get Access Token
This function automatically refreshes the access token when needed.
Check out how the Access Token Object looks like.
Get ID Token
This function automatically refreshes the id token when needed.
Check out how the ID Token Object looks like.
Get Logged-in User
Log Out
OAuth Token Specification
Cotter's OAuth 2.0 Tokens SpecificationLast updated