Skip to main content
session_id
string
required

A unique identifier for a specific Session.

user_id
string
required

The unique ID of the affected User.

authentication_factors
object[]
required

An array of different authentication factors that comprise a Session.

roles
string[]
required
started_at
string

The timestamp when the Session was created. Values conform to the RFC 3339 standard and are expressed in UTC, e.g. 2021-12-29T12:33:09Z.

last_accessed_at
string

The timestamp when the Session was last accessed. Values conform to the RFC 3339 standard and are expressed in UTC, e.g. 2021-12-29T12:33:09Z.

expires_at
string

The timestamp when the Session expires. Values conform to the RFC 3339 standard and are expressed in UTC, e.g. 2021-12-29T12:33:09Z.

attributes
object

Provided attributes help with fraud detection.

custom_claims
object

The custom claims map for a Session. Claims can be added to a session during a Sessions authenticate call.