Saltar al contenido principal

Interface: Session

Defined in: index.ts:43

A verification session returned by the API.

Properties

createdAt

createdAt: string

Defined in: index.ts:53

ISO 8601 creation timestamp.


expiresAt

expiresAt: string

Defined in: index.ts:55

ISO 8601 expiration timestamp.


id

id: string

Defined in: index.ts:45

Unique session identifier.


referenceId

referenceId: string

Defined in: index.ts:51

Your internal reference ID.


status

status: SessionStatus

Defined in: index.ts:49

Current session status.


token

token: string

Defined in: index.ts:47

Session token used to initialize the SDK or iframe.