MalTokenResponse is the successful MyAnimeList OAuth2 token response returned by getMalAccessToken and refreshMalAccessToken.
It carries the bearer token consumed by MalAnimeOperation and MalUserOperation through MalCredentials.
MalAnimeOperation
MalUserOperation
MalCredentials
https://myanimelist.net/apiconfig/references/authorization
The bearer access token used by MAL REST operations.
The access-token lifetime in seconds.
Optional
A refresh token, when MAL issues one.
The granted scopes, when MAL returns them.
The token type, normally Bearer.
Bearer
MalTokenResponse is the successful MyAnimeList OAuth2 token response returned by getMalAccessToken and refreshMalAccessToken.
It carries the bearer token consumed by
MalAnimeOperationandMalUserOperationthroughMalCredentials.See
https://myanimelist.net/apiconfig/references/authorization