@digitalpersona/enrollment
Version:
DigitalPersona Enrollment API
22 lines (13 loc) • 695 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/enrollment](./enrollment.md) > [QuestionWithAnswer](./enrollment.questionwithanswer.md)
## QuestionWithAnswer interface
Maps a security question to its corresponding answer.
<b>Signature:</b>
```typescript
export interface QuestionWithAnswer
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [answer](./enrollment.questionwithanswer.answer.md) | <code>Answer</code> | An answer to the security question. |
| [question](./enrollment.questionwithanswer.question.md) | <code>Question</code> | A security question |