UNPKG

@digitalpersona/services

Version:
28 lines (17 loc) 831 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [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> | |