Modules§
Structs§
- Access
Token - Access token returned by the token endpoint and used to access protected resources.
- Authorization
Code - Authorization code returned from the authorization endpoint.
- Client
Id - Client identifier issued to the client during the registration process described by Section 2.2.
- Client
Secret - Client password issued to the client during the registration process described by Section 2.2.
- Csrf
Token - Value used for CSRF protection
via the
stateparameter. - MalClient
- A MyAnimeList Client.
- MalClient
Builder - A builder for MalClient
- Redirect
Url - URL of the client’s redirection endpoint.
- Refresh
Token - Refresh token used to obtain a new access token (if supported by the authorization server).
- Scope
- Access token scope, as defined by the authorization server.