Preparing search index...
The search index is not available
@notifi-network/notifi-graphql
@notifi-network/notifi-graphql
Types
TwoFactorChallengeAnswerInput
Type Alias TwoFactorChallengeAnswerInput
Two
Factor
Challenge
Answer
Input
:
{
backupCodeAnswer
:
BackupCodeTwoFactorChallengeAnswerInput
;
sidSecretAnswer
?:
never
;
totpAnswer
?:
never
;
}
|
{
backupCodeAnswer
?:
never
;
sidSecretAnswer
:
SidSecretTwoFactorChallengeAnswerInput
;
totpAnswer
?:
never
;
}
|
{
backupCodeAnswer
?:
never
;
sidSecretAnswer
?:
never
;
totpAnswer
:
TotpTwoFactorChallengeAnswerInput
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@notifi-network/notifi-graphql
Loading...