Skip to main content

decode_id_token

Function decode_id_token 

Source
pub fn decode_id_token(id_token: &str) -> Result<IdClaims>
Expand description

Decode the middle segment of a JWT (no signature verification — we trust the channel the token came over, like every other MSAL-style client).