OBJECT

UpdateLWATokenPayload

Returns updated tokens, or an error if a new LWA flow is required.

link GraphQL Schema definition

1type UpdateLWATokenPayload {
2
3# An error in this flow means the client should redo the LWA flow.
4error: WatchPartyError
5
6# Contains all token information.
7token: LWAToken
8
9}