gleetube/decoder/auth_decoder
Values
pub fn access_token_decoder() -> decode.Decoder(auth.AccessToken)
Decoder for an OAuth2 AccessToken response.
pub fn user_profile_decoder() -> decode.Decoder(auth.UserProfile)
Decoder for a Google UserProfile response.