React Native Auth0 - v5.5.0
GitHub
NPM
Auth0 Docs
Preparing search index...
Interface
MfaChallengeOobResponse
Type Alias MfaChallengeOobResponse
Response for an Out-of-Band (OOB) MFA challenge, containing the OOB code.
type
MfaChallengeOobResponse
=
{
challengeType
:
"oob"
;
oobCode
:
string
;
}
Index
Properties
challenge
Type
oob
Code
Properties
challenge
Type
challengeType
:
"oob"
oob
Code
oobCode
:
string
Version
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
challenge
Type
oob
Code
GitHub
NPM
Auth0 Docs
React Native Auth0 - v5.5.0
Loading...
Response for an Out-of-Band (OOB) MFA challenge, containing the OOB code.