Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SecurityQuestion

Hierarchy

  • SecurityQuestion

Index

Properties

Properties

answer

answer: { id: number }

Type declaration

  • id: number

    Must be paired later with answer text

question

question: { id: number; question: string }

Type declaration

  • id: number

    Enum value for question text

  • question: string

    Text of question to show to user

Generated using TypeDoc