Struct inth_oauth2::provider::google::Web [] [src]

pub struct Web;

Google OAuth 2.0 provider for web applications.

See Using OAuth 2.0 for Web Server Applications.

Trait Implementations

impl Debug for Web
[src]

Formats the value using the given formatter.

impl Clone for Web
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Web
[src]

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

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