Crate animeschedule

Crate animeschedule 

Source

Re-exports§

pub use auth::AppToken;

Modules§

api
auth
errors
objects
rate_limit

Structs§

AccessToken
Access token returned by the token endpoint and used to access protected resources.
AnimeScheduleBuilder
A builder for [MalClient]
AnimeScheduleClient
AuthorizationCode
Authorization code returned from the authorization endpoint.
ClientId
Client identifier issued to the client during the registration process described by Section 2.2.
ClientSecret
Client password issued to the client during the registration process described by Section 2.2.
CsrfToken
Value used for CSRF protection via the state parameter.
RedirectUrl
URL of the client’s redirection endpoint.
RefreshToken
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.