Const
MAL_AUTHORIZE_URL is the MyAnimeList OAuth2 authorization endpoint used by buildMalAuthorizationUrl.
buildMalAuthorizationUrl
It is the entry point for the PKCE flow that produces the code consumed by getMalAccessToken.
getMalAccessToken
https://myanimelist.net/apiconfig/references/authorization
MAL_AUTHORIZE_URL is the MyAnimeList OAuth2 authorization endpoint used by
buildMalAuthorizationUrl.It is the entry point for the PKCE flow that produces the code consumed by
getMalAccessToken.