Object
The following fields are available on this object as described below.
| Name | Type | Null? |
|---|---|---|
|
active Is the session currently active? |
Boolean | |
|
trusted Is the session safe to continue using? If not, the user should be re-authenticated via the OAuth2 flow. |
Boolean | Optional |
|
reasons_to_distrust A list of reasons we no longer trust this session. |
String Array | Optional |
|
trusted_ip_address Is the IP address trusted? |
Boolean | Optional |
|
two_factor_auth Was two factor authentication provided during this session? |
Boolean | Optional |
|
session_created_at The time the user authorised the OAuth client |
Unix Timestamp | Optional |
|
logged_in_at The time the user originally logged in to Identity |
Unix Timestamp | Optional |