Skip to main content

RotateSessionTokenPayload

Autogenerated return type of RotateSessionToken.

type RotateSessionTokenPayload {
clientMutationId: String
secondsLeft: Int
token: String
validUntil: ISO8601DateTime
}

Fields

RotateSessionTokenPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

RotateSessionTokenPayload.secondsLeft ● Int scalar common

The number of seconds left until the token expires

RotateSessionTokenPayload.token ● String scalar common

The new token for the session

RotateSessionTokenPayload.validUntil ● ISO8601DateTime scalar common

The new token's expiration date

Returned By

rotateSessionToken mutation