Interface | Description |
---|---|
IAuthDataController |
Interface to wrap IAuthData and handles auth logic like auto-refresh for OAuth.
|
IAuthEvent | |
IAuthFlowListener | |
IAuthFlowMessage | |
IAuthFlowUI |
Interface for UI to generate auth.
|
IAuthSecureStorage |
Interface for storage to save authentication(OAuth) objects in a secure way.
|
OAuthRefreshListener |
Listener listening to the event that oauth token is refreshed.
|
Class | Description |
---|---|
OAuthAuthorization |
This is authorization class for API requests using OAuth.
|
OAuthDataController |
This is the data controller for OAuth, it handles token auto refresh.
|
OAuthDataMessage |
A message for OAuthData.
|
OAuthWebViewData |
Data on the OAuth WebView.
|
SharedItemAuth |
Class implementing the shared item authorization used to make api calls on shared link items.
|
SharedLinkAuthorization |
Shared link authorization.
|
StringMessage |
A String message.
|
Enum | Description |
---|---|
OAuthDataController.OAuthTokenState |