identity_verification::jose::jwu

Function encode_b64

pub fn encode_b64(data: impl AsRef<[u8]>) -> String
Expand description

Encode the given slice in url-safe base64 with no padding.