Skip to main content

verify_with_proof

Function verify_with_proof 

Source
pub(super) fn verify_with_proof<T: DeserializeOwned>(
    token: &str,
    key_b64: &str,
) -> Result<(T, AuthProof), AuthenticationError>
Expand description

Returns verified claims with proof or the AuthenticationError from verify.