Module mal_api::oauth

source ·
Expand description

Module for working through MAL OAuth2 flow

Structs

  • State struct for separating an Authenticated and Unauthenticated OAuthClient
  • Client identifier issued to the client during the registration process described by Section 2.2.
  • If you only need to access public information on MAL that does not require an Oauth access token, you can use the MalClientId as your authorization client
  • Client used to navigate and manage Oauth credentials with MAL
  • State struct for separating an Authenticated and Unauthenticated OAuthClient