Skip to main content

decrypt_jwe

Function decrypt_jwe 

Source
pub fn decrypt_jwe(token: &str, key: &JweKey) -> Result<Vec<u8>, WebexError>
Expand description

Generic JWE decryption that auto-detects the algorithm from the header.