Skip to main content

validatePartySession

Validate a party session. This query will return the following fields:

  • valid: A boolean indicating whether the session is valid or not.
  • valid_until: The expiration date of the session.
  • seconds_left: The number of seconds left before the session expires.

If the session is not valid or has already expired, all fields will be nil.

validatePartySession: SessionValidity

Type

SessionValidity object

Session validity