@digitalpersona/core
Version:
DigitalPersona Web Access Core library
22 lines (13 loc) • 632 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/core](./core.md) > [QuestionWithAnswer](./core.questionwithanswer.md)
## QuestionWithAnswer interface
A structure associating a sequrity question with its corresponding answer.
<b>Signature:</b>
```typescript
export interface QuestionWithAnswer
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [answer](./core.questionwithanswer.answer.md) | <code>Answer</code> | |
| [question](./core.questionwithanswer.question.md) | <code>Question</code> | |