Struct inth_oauth2::provider::GitHub [] [src]

pub struct GitHub;

GitHub OAuth 2.0 provider.

See OAuth, GitHub Developer Guide.

Trait Implementations

impl Debug for GitHub
[src]

Formats the value using the given formatter.

impl Clone for GitHub
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GitHub
[src]

impl PartialEq for GitHub
[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 GitHub
[src]

impl Provider for GitHub
[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