React Native Auth0 - v5.0.0-beta.4
GitHub
NPM
Auth0 Docs
Preparing search index...
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
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
challenge
Type
oob
Code
GitHub
NPM
Auth0 Docs
React Native Auth0 - v5.0.0-beta.4
Loading...
Response for an Out-of-Band (OOB) MFA challenge, containing the OOB code.