Skip to main content

encode

Function encode 

Source
pub fn encode<T: Serialize>(
    header: &Header,
    claims: &T,
    key: &EncodingKey,
) -> Result<String, JwsError>
Expand description

Mint a compact JWS.