Struct inth_oauth2::provider::google::Installed [] [src]

pub struct Installed;

Google OAuth 2.0 provider for installed applications.

See Using OAuth 2.0 for Installed Applications.

Trait Implementations

impl Provider for Installed

type Lifetime = Refresh

type Token = Bearer<Refresh>

fn auth_uri() -> &'static str

fn token_uri() -> &'static str

fn credentials_in_body() -> bool

Derived Implementations

impl Eq for Installed

impl PartialEq for Installed

fn eq(&self, __arg_0: &Installed) -> bool

fn ne(&self, __arg_0: &Installed) -> bool

impl Copy for Installed

impl Clone for Installed

fn clone(&self) -> Installed

1.0.0fn clone_from(&mut self, source: &Self)

impl Debug for Installed

fn fmt(&self, __arg_0: &mut Formatter) -> Result