| Interface | Description |
|---|---|
| LiveAuthListener |
Handles callback methods for LiveAuthClient init, login, and logout methods.
|
| OAuthConfig |
OAuth endpoint configuration.
|
| Class | Description |
|---|---|
| LiveAuthClient |
LiveAuthClient is a class responsible for retrieving a LiveConnectSession, which
provides authentication information for calls to Live APIs. |
| LiveConnectSession |
Represents a Live Connect session.
|
| MicrosoftOAuthConfig |
OAuth configuration for the Microsoft services
|
| Enum | Description |
|---|---|
| LiveStatus |
Specifies the status of an auth operation.
|
| OverwriteOption |
Enum that specifies what to do during a naming conflict during an upload.
|
| Exception | Description |
|---|---|
| LiveAuthException |
Indicates that an exception occurred during the Auth process.
|
| LiveOperationException |
Represents errors that occur when making requests to the Representational State Transfer
(REST) API.
|