<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/core](./core.md) &gt; [Utf8](./core.utf8.md) &gt; [fromBase64Url](./core.utf8.frombase64url.md)

## Utf8.fromBase64Url property

Decodes a Base64url-encoded string to a UTF8 string.

<b>Signature:</b>

```typescript
static fromBase64Url: (s: Base64UrlString) => Utf8String;
```
