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

pub struct Imgur;

Imgur OAuth 2.0 provider.

See OAuth 2.0, Imgur.

Trait Implementations

impl Debug for Imgur
[src]

Formats the value using the given formatter.

impl Clone for Imgur
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Imgur
[src]

impl PartialEq for Imgur
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Imgur
[src]

impl Provider for Imgur
[src]

The lifetime of tokens issued by the provider.

The type of token issued by the provider.

The authorization endpoint URI. Read more

The token endpoint URI. Read more

Provider requires credentials via request body. Read more