Skip to main content

select_jwk

Function select_jwk 

Source
fn select_jwk<'a>(keys: &'a [Jwk], kid: Option<&str>) -> Option<&'a Jwk>
Expand description

Selects the JWK matching kid, or the sole key when no kid is present.