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

pub struct Installed;

Google OAuth 2.0 provider for installed applications.

See Using OAuth 2.0 for Installed Applications.

Trait Implementations

impl Debug for Installed
[src]

Formats the value using the given formatter.

impl Clone for Installed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Installed
[src]

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

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