OBJECT

EnhancedExperiencesClient

EnhancedExperiencesClient is an OAuth app that is authorized to use the Enhanced Experiences (E2) API for game integrations.

link GraphQL Schema definition

1type EnhancedExperiencesClient {
2
3# The client ID of the OAuth app.
4id: ID!
5
6# The name of the client.
7name: String!
8
9# The timestamp when the the client was onboarded to the Enhanced Experiences (E2)
10# API.
11onboardedAt: Time
12
13}