Trait oauth2_client::client_credentials_grant::provider_ext::ProviderExtClientCredentialsGrant [−][src]
pub trait ProviderExtClientCredentialsGrant: Provider + DynClone {
fn client_password_in_request_body(&self) -> bool { ... }
fn scopes_default(&self) -> Option<Vec<<Self as Provider>::Scope>> { ... }
fn access_token_request_body_extra(
&self,
_body: &BodyWithClientCredentialsGrant<<Self as Provider>::Scope>
) -> Option<Result<Map<String, Value>, Box<dyn Error + Send + Sync + 'static>>> { ... }
}