Click or drag to resize

Credentials Properties

The Credentials type exposes the following members.

Properties
  NameDescription
Public propertyapp_version
The version of the application. Should be provided by the caller.
Public propertydevice_id
The unique identifier for the user's device
Public propertydevice_os
The device operating system. Android, iOS, Windows, MacOS
Public propertydevice_token
The permanent device token for the user.
Public propertydevice_type
The device type name. iPhone 6s, Galaxy 7
Public propertylatitude
The latitude when the request is made.
Public propertylongitude
The longitude when the request is made.
Public propertyos_version
The device operating system version (9.0.4)
Public propertypassword
The user's password to authenticate this application to act on the user's behalf.
Public propertyuser_id
The user's account ID. Commonly the email address with which they signed up.
Public propertyuser_roles
The list of user roles. Typically these are obtained from the AuthenticationRolesView (default for which is the users_roles table).
Top
See Also