@digitalpersona/services
Version:
DigitalPersona Web Access Services
28 lines (17 loc) • 831 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/services](./services.md) > [VarBlob](./services.varblob.md)
## VarBlob class
A variant data holding a binary object (in a form of a Base64Url-encoded string).
<b>Signature:</b>
```typescript
export declare class VarBlob
```
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(values)](./services.varblob.(constructor).md) | | Constructs a new instance of the <code>VarBlob</code> class |
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [type](./services.varblob.type.md) | | <code></code> | |
| [values](./services.varblob.values.md) | | <code>Base64UrlString[]</code> | |