Function protobuf_web_token::decode

source ·
pub fn decode<CLAIMS: Message + Default>(
    token: &str
) -> Result<TokenData<CLAIMS>, Error>