Account Sessions

Update an account session

patch/account-sessions/{accountSessionId}

Request body

id_tokenstring required

The JWT token for authentication

refresh_tokenstring required

Refresh JWT token. By default, same as id_token.

expires_innumber required

Number of seconds after wich the session expires. By default, equal to 3600 seconds.

Response

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.