| Interface | Description |
|---|---|
| AuthorizationAgent |
Module responsible for handling OAuth 2.0, Basic Authentication, and other authentication modes.
|
| AuthorizationCallback |
The interface which needs to be implemented to receive the OAuthToken.
|
| SocialAuthorizationAgent |
Interface for social authorization (currently supports only authentication with Facebook)
|
| UserRegistrationCallback |
User registration callback.
|
| Class | Description |
|---|---|
| User |
An MCS user has a name and a set of properties.
|
| Enum | Description |
|---|---|
| AuthType |
Auth Types supported in SDK.
|