SessionValidity
Session validity
type SessionValidity {
secondsLeft: Int
valid: Boolean!
validUntil: ISO8601DateTime
}
Fields
SessionValidity.secondsLeft ● Int scalar
Returns the number of seconds left until the session expires.
SessionValidity.valid ● Boolean! non-null scalar
Returns true if the session is valid, false otherwise.
SessionValidity.validUntil ● ISO8601DateTime scalar
Returns the expiration date time of the session.
Returned By
validatePartySession query