listTrustedDevices
client.listTrustedDevices({ accessToken: string })
About this command
Lists user’s trusted devices. A trusted device is a device the user has a second factor authentication method attached to and has explicitly assigned as trusted.
Parameters
The authorization credential JSON Web Token (JWT) used to access the ReachFive API. |
Response
Type: Promise<ListTrustedDevicesResponse>
ListTrustedDevicesResponse: {
trustedDevices: TrustedDevice[] (1)
}
1 | Where the information for a TrustedDevice is shown below. |
Item | Description |
---|---|
|
The ID of the trusted device. |
|
Metadata object associated with the trusted device. This includes:
|
|
The ID of the user. |
|
The time at which the trusted device entry was created. |