Struct inth_oauth2::provider::google::Web
[−]
[src]
pub struct Web;
Google OAuth 2.0 provider for web applications.
Trait Implementations
impl Debug for Web[src]
impl Clone for Web[src]
fn clone(&self) -> Web
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for Web[src]
impl PartialEq for Web[src]
fn eq(&self, __arg_0: &Web) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Eq for Web[src]
impl Provider for Web[src]
type Lifetime = Expiring
The lifetime of tokens issued by the provider.
type Token = Bearer<Expiring>
The type of token issued by the provider.
fn auth_uri() -> &'static str
The authorization endpoint URI. Read more
fn token_uri() -> &'static str
The token endpoint URI. Read more
fn credentials_in_body() -> bool
Provider requires credentials via request body. Read more