UNPKG

@digitalpersona/services

Version:
29 lines (18 loc) 1.14 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [ClaimRequest](./services.claimrequest.md) ## ClaimRequest class A request for a identity claim. The service will search an [attribute](./services.claimrequest.attr.md) in a and return the attribute value as a claim [name](./services.claimrequest.name.md) in a token. <b>Signature:</b> ```typescript export declare class ClaimRequest ``` ## Constructors | Constructor | Modifiers | Description | | --- | --- | --- | | [(constructor)(name, db, attr)](./services.claimrequest.(constructor).md) | | Constructs a claim request. | ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [attr](./services.claimrequest.attr.md) | | <code>AttributeName</code> | An attribute name to search. | | [db](./services.claimrequest.db.md) | | <code>DatabaseType</code> | A database to search for an attribute. | | [name](./services.claimrequest.name.md) | | <code>ClaimNames</code> | A name of a claim to return. |