Struct inth_oauth2::provider::Imgur [] [src]

pub struct Imgur;

Imgur OAuth 2.0 provider.

See OAuth 2.0, Imgur.

Trait Implementations

impl Provider for Imgur

type Lifetime = Refresh

type Token = Bearer<Refresh>

fn auth_uri() -> &'static str

fn token_uri() -> &'static str

fn credentials_in_body() -> bool

Derived Implementations

impl Eq for Imgur

impl PartialEq for Imgur

fn eq(&self, __arg_0: &Imgur) -> bool

fn ne(&self, __arg_0: &Imgur) -> bool

impl Copy for Imgur

impl Clone for Imgur

fn clone(&self) -> Imgur

1.0.0fn clone_from(&mut self, source: &Self)

impl Debug for Imgur

fn fmt(&self, __arg_0: &mut Formatter) -> Result