Preview environment

interface RESTPostOAuth2AccessTokenResult

export interface RESTPostOAuth2AccessTokenResult

https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-access-token-response

access_token : string

expires_in : number

refresh_token : string

scope : string

token_type : string