A response from validating an access token.
https://develop.battle.net/documentation/guides/using-oauth/client-credentials-flow
const response: ValidateAccessTokenResponse = { scope: ['wow.profile'], account_authorities: [], exp: 1617000000, client_authorities: [], authorities: ['wow.profile'], client_id: 'client'}; Copy
const response: ValidateAccessTokenResponse = { scope: ['wow.profile'], account_authorities: [], exp: 1617000000, client_authorities: [], authorities: ['wow.profile'], client_id: 'client'};
A response from validating an access token.
See
https://develop.battle.net/documentation/guides/using-oauth/client-credentials-flow
Example