Struct inth_oauth2::provider::GitHub
[−]
[src]
pub struct GitHub;
GitHub OAuth 2.0 provider.
pub struct GitHub;
GitHub OAuth 2.0 provider.
impl Provider for GitHub
type Lifetime = Static
type Token = Bearer<Static>
fn auth_uri() -> &'static str
fn token_uri() -> &'static str
fn credentials_in_body() -> bool
impl Eq for GitHub
impl PartialEq for GitHub
impl Copy for GitHub
impl Clone for GitHub
fn clone(&self) -> GitHub
fn clone_from(&mut self, source: &Self)
impl Debug for GitHub