Method MIME.encode_base64url()
- Method
encode_base64url
string
encode_base64url(string
data
,void
|int
no_linebreaks
,void
|int
no_pad
)- Description
Encode strings according to RFC 4648 base64url encoding. No padding is performed and no_linebreaks defaults to true.
- See also