Interface | Description |
---|---|
AuthenticationProvider |
Can be passed to the
AuthenticationView to retrieve login methods
configured for the Gluon CloudLink application. |
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.
|
Authenticator |
Contains the various tasks defined by the
UserClient to be performed
in the AuthenticationView during the authentication process. |
LoginMethod |
A LoginMethod is used to specify which method should be used for connecting users to your application.
|
Class | Description |
---|---|
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.
|
UserUtil |
Enum | Description |
---|---|
LoginMethod.Type |
Defines the different methods by which you can log in to Gluon CloudLink.
|