jwk_from_gcp_public_key

Function jwk_from_gcp_public_key 

Source
pub fn jwk_from_gcp_public_key(
    pem: &str,
    kid: &str,
    algorithm: &SigningAlgorithm,
    hint: &str,
) -> Result<Jwk>