Interface | Description |
---|---|
LiAuthService |
Auth service interface to do token exchange and refresh.
|
LiAuthService.FreshTokenCallBack |
Callback interface for token endpoint requests.
|
LiAuthService.LiTokenResponseCallback | |
LiAuthService.LoginCompleteCallBack |
Callback interface after login process is done.
|
LiAuthTokenProvider |
Auth token provider interface.
|
LiDeviceTokenProvider |
Created by Lithium Technologies Inc on 7/10/17.
|
Class | Description |
---|---|
LiAppCredentials |
A credentials object representing client application developer key and secret.
|
LiAppCredentials.Builder |
Creates instances of
LiAppCredentials . |
LiAuthConstants |
This class bears all the constants used for Authorization purpose.
|
LiAuthorizationException.AuthorizationRequestErrors |
Error codes related to failed authorization requests.
|
LiAuthorizationException.GeneralErrors |
Error codes specific to AppAuth for Android, rather than those defined in the OAuth2 and
OpenID specifications.
|
LiAuthorizationException.RegistrationRequestErrors |
Error codes related to failed registration requests.
|
LiAuthorizationException.TokenRequestErrors |
Error codes related to failed token requests.
|
LiAuthServiceImpl |
Implementation class for LiAuthService.
|
LiBaseAuthActivity |
It is a base activity use to extract Auth code and save access token.
|
LiLoginActivity |
Activity that receives the redirect Uri sent by the OpenID endpoint.
|
LiRefreshTokenRequest |
Request to get Access Token from Refresh Token.
|
LiSSOAuthorizationRequest |
Request for Authorization for SSO flow.
|
LiSSOAuthResponse |
Response class of LiSSOAuthorizationRequest.
|
LiSSOTokenRequest |
Request class to fetch Access and Refresh Tokens.
|
LiTokenResponse |
Response class for LiSSOTokenRequest.
|
Exception | Description |
---|---|
LiAuthorizationException |
Returned as a response to OAuth2 requests if they fail.
|