Credentials Properties |
The Credentials type exposes the following members.
| Name | Description | |
|---|---|---|
| app_version |
The version of the application. Should be provided by the caller.
| |
| device_id |
The unique identifier for the user's device
| |
| device_os |
The device operating system. Android, iOS, Windows, MacOS
| |
| device_token |
The permanent device token for the user.
| |
| device_type |
The device type name. iPhone 6s, Galaxy 7
| |
| latitude |
The latitude when the request is made.
| |
| longitude |
The longitude when the request is made.
| |
| os_version |
The device operating system version (9.0.4)
| |
| password |
The user's password to authenticate this
application to act on the user's behalf.
| |
| user_id |
The user's account ID.
Commonly the email address with which they
signed up.
| |
| user_roles |
The list of user roles.
Typically these are obtained from the AuthenticationRolesView
(default for which is the users_roles table).
|