Functions -
encoding
decodeBase64Url | Decode Base64 URL encoded |
decodeUriComponent | Decodes the given URI component. |
encodeBase64Url | Returns the Base64 URL encoded |
encodeUriComponent | Encodes the given URI component. |
Decode Base64 URL encoded string
into byte array.
Parameters
- input string
-
Value to be decoded
Decodes the given URI component.
Returns the Base64 URL encoded string
value of the given byte array.
Parameters
- input byte[]
-
Value to be encoded
-
Return Type
(string) Encoded output