OBJECT

ProfileAuthorization

An OAuth ProfileAuthorization object

link GraphQL Schema definition

  • type ProfileAuthorization {
  • id: ID
  • # The id given by the external service
  • externalId: String
  • # The username given by the external service (including discriminator if discord)
  • externalUsername: String
  • stream: Stream
  • # The name of the external service providing this auth i.e. "twitch"
  • type: AuthorizationType
  • url: String
  • }