Functions4 public, 0 private
| public | string | decodeBase64url | |
| required | string | base64url | |
| Decodes an HTML encoded string. | |||
| public | string | decodeForHtml | |
| required | string | value | |
| Decodes the provided string from base64 to plain text. An empty result may indicate an error. | |||
| public | string | fromBase64 | |
| required | string | target | |
| string | encoding | UTF-8 | |
| Decodes the provided string from base64 to plain text using the safe alphabet according to RFC 4648. An empty result may indicate an error. | |||
| public | string | fromBase64url | |
| required | string | target | |
| string | encoding | UTF-8 | |