base64url_encode: Base64URL encoding

Description Usage Arguments

View source: R/base64url.R

Description

The base64url_encode functions are a variant of the standard base64. They are specified in Section 5 of RFC 4648 as a URL-safe alternative. They use different symbols for the 62:nd and 63:rd alphabet character and do not include trailing == padding.

Usage

1
2
3

Arguments

bin

a binary blob to encode

text

a base64url encoded string


jose documentation built on Nov. 6, 2021, 5:07 p.m.