Type Alias mas_oidc_client::types::client_credentials::JwtSigningFn

source ยท
pub type JwtSigningFn = dyn Fn(HashMap<String, Value>, JsonWebSignatureAlg) -> Result<String, BoxError> + Send + Sync;
Expand description

A function that takes a map of claims and a signing algorithm and returns a signed JWT.