RotateSessionTokenPayload
Autogenerated return type of RotateSessionToken.
type RotateSessionTokenPayload {
clientMutationId: String
secondsLeft: Int
token: String
validUntil: ISO8601DateTime
}
Fields
RotateSessionTokenPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
RotateSessionTokenPayload.secondsLeft ● Int scalar
The number of seconds left until the token expires
RotateSessionTokenPayload.token ● String scalar
The new token for the session
RotateSessionTokenPayload.validUntil ● ISO8601DateTime scalar
The new token's expiration date
Returned By
rotateSessionToken mutation