PrivatePmeToken

open_in_new

GraphQL Schema definition

  • type PrivatePmeToken {
  • # The access token embedded in the generated link. This can be used to delete the
  • # token if it need to be invalidated
  • # before its expiration.
  • accessToken: ID
  • # The Matterport application the link was generated for.
  • application: MatterportApplication
  • # Expiration time of the link.
  • validUntil: DateTime
  • }