Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SessionCreateResultItem

A response with the ID, nonce and other information related to the session. The nonce is short-lived and should be immediately passed to the endpoint that will use the session.

Hierarchy

  • SessionCreateResultItem

Index

Properties

Properties

Optional clientId

clientId: undefined | string

Client ID in identity provider. Returned only if the session was created using client credentials

id

id: number

ID of the session

nonce

nonce: string

Nonce to be passed to the internal service that will bind the session

status

Current status of the session

Optional type

Values reserved for future use