You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`b64_std` (String) The generated id presented in base64 without additional transformations.
76
-
-`b64_url` (String) The generated id presented in base64, using the URL-friendly character set: case-sensitive letters, digits and the characters `_` and `-`.
76
+
-`b64_url` (String) The generated id presented in non-padded base64, using the URL-friendly character set: case-sensitive letters, digits and the characters `_` and `-`.
77
+
-`b64_url_pad` (String) The generated id presented in padded base64, using the URL-friendly character set: case-sensitive letters, digits, padding with `=` and the characters `_` and `-`.
77
78
-`dec` (String) The generated id presented in non-padded decimal digits.
78
79
-`hex` (String) The generated id presented in padded hexadecimal digits. This result will always be twice as long as the requested byte length.
79
80
-`id` (String) The generated id presented in base64 without additional transformations or prefix.
0 commit comments