Function josekit::jwt::decode_unsecured

source ·
pub fn decode_unsecured(
    input: impl AsRef<[u8]>
) -> Result<(JwtPayload, JwsHeader), JoseError>
Expand description

Return the JWT object decoded with the “none” algorithm.

§Arguments

  • input - a JWT string representation.