Struct inth_oauth2::provider::google::Web
[−]
[src]
pub struct Web;
Google OAuth 2.0 provider for web applications.
pub struct Web;
Google OAuth 2.0 provider for web applications.
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
impl Eq for Web
impl PartialEq for Web
impl Copy for Web
impl Clone for Web
fn clone(&self) -> Web
fn clone_from(&mut self, source: &Self)
impl Debug for Web