pub fn decode_token(token: &str) -> Result<DecodedToken, ContinuityError>Expand description
Decodes a compact JWS without verifying the signature.
Use only where the specification treats the token as untrusted input to be parsed before validation.
pub fn decode_token(token: &str) -> Result<DecodedToken, ContinuityError>Decodes a compact JWS without verifying the signature.
Use only where the specification treats the token as untrusted input to be parsed before validation.