| Interface | Description |
|---|---|
| AuthenticationView |
An AuthenticationView is an interface that defines how a user can connect
with Gluon CloudLink, by using one of the available login methods that are
defined in the application.
|
| LoginMethod |
A LoginMethod is used to specify which method should be used for connecting users to your application.
|
| Class | Description |
|---|---|
| AuthenticationProvider |
Can be passed to the
AuthenticationView to retrieve login methods
configured for the Gluon CloudLink application. |
| User |
The User class contains information about a user that was authenticated at Gluon CloudLink using one of the
login methods that are configured for a Gluon CloudLink application.
|
| UserClient |
The UserClient handles user authentication for a Gluon Mobile application.
|
| Enum | Description |
|---|---|
| LoginMethod.Type |
Defines the different methods by which you can log in to Gluon CloudLink.
|