UNPKG

@digitalpersona/enrollment

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