Skip to main content

SessionValidity

Session validity

type SessionValidity {
secondsLeft: Int
valid: Boolean!
validUntil: ISO8601DateTime
}

Fields

SessionValidity.secondsLeft ● Int scalar common

Returns the number of seconds left until the session expires.

SessionValidity.valid ● Boolean! non-null scalar common

Returns true if the session is valid, false otherwise.

SessionValidity.validUntil ● ISO8601DateTime scalar common

Returns the expiration date time of the session.

Returned By

validatePartySession query