<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/core](./core.md) &gt; [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> |  |

