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