Trait oauth2_client::provider::Provider[][src]

pub trait Provider: DynClone {
    type Scope: Scope;
    fn client_id(&self) -> Option<&ClientId>;
fn client_secret(&self) -> Option<&ClientSecret>;
fn token_endpoint_url(&self) -> &Url; fn extra(&self) -> Option<Map<String, Value>> { ... } }

Associated Types

Required methods

Provided methods

Implementors