Struct inth_oauth2::provider::google::Installed
[−]
[src]
pub struct Installed;
Google OAuth 2.0 provider for installed applications.
Trait Implementations
impl Debug for Installed[src]
impl Clone for Installed[src]
fn clone(&self) -> Installed
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 Installed[src]
impl PartialEq for Installed[src]
fn eq(&self, __arg_0: &Installed) -> 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 Installed[src]
impl Provider for Installed[src]
type Lifetime = Refresh
The lifetime of tokens issued by the provider.
type Token = Bearer<Refresh>
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