identity_jose::jwu

Function encode_b64_json

Source
pub fn encode_b64_json<T>(data: &T) -> Result<String>
where T: Serialize,
Expand description

Serialize the given data into JSON and encode the result in url-safe base64.