| Interface | Description |
|---|---|
| IAccountInfo |
Represents account information used to communicate with the OneDrive service.
|
| IAuthenticator |
Authenticates a user interactively and silently.
|
| Class | Description |
|---|---|
| ADALAccountInfo |
Account information for an ADAL based account.
|
| ADALAuthenticator |
Wrapper for the ADAL authentication library:
https://github.com/AzureAD/azure-activedirectory-library-for-android
|
| AuthorizationInterceptor |
Intercepts a request and adds authorization headers.
|
| DisambiguationAuthenticator |
Wrapper around the ADAL and MSA authenticators which can disambiguate between them.
|
| DiscoveryServiceResponse | |
| MSAAccountInfo |
Account information for a MSA based account.
|
| MSAAuthenticator |
Wrapper around the MSA authentication library.
|
| ServiceInfo |
| Enum | Description |
|---|---|
| AccountType |
The type of account.
|
| Exception | Description |
|---|---|
| ClientAuthenticatorException |
An exception from the client that is specifically authentication related.
|