Function decode

Source
pub fn decode(jwt: &str) -> Result<String, Error>
Expand description

Extracts and decodes the payload from the JWT.