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.
pub(super) fn verify_with_proof<T: DeserializeOwned>(
token: &str,
key_b64: &str,
) -> Result<(T, AuthProof), AuthenticationError>Returns verified claims with proof or the AuthenticationError from verify.