toBase64Url method

String toBase64Url()

Implementation

String toBase64Url() {
  return base64UrlNoPaddingEncode(fullBytes);
}