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