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

pub struct Web;

Google OAuth 2.0 provider for web applications.

See Using OAuth 2.0 for Web Server Applications.

Trait Implementations

impl Provider for Web

type Lifetime = Expiring

type Token = Bearer<Expiring>

fn auth_uri() -> &'static str

fn token_uri() -> &'static str

fn credentials_in_body() -> bool

Derived Implementations

impl Eq for Web

impl PartialEq for Web

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

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

impl Copy for Web

impl Clone for Web

fn clone(&self) -> Web

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

impl Debug for Web

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