sense-js-sdk
Preparing search index...
index
AuthenticationRequiresMfaResponse
Interface AuthenticationRequiresMfaResponse
Response object returned after authentication request that requires multi-factor authentication.
interface
AuthenticationRequiresMfaResponse
{
error_reason
:
string
;
mfa_token
:
string
;
mfa_type
:
string
;
status
:
"mfa_required"
;
}
Index
Properties
error_
reason
mfa_
token
mfa_
type
status
Properties
error_
reason
error_reason
:
string
mfa_
token
mfa_token
:
string
mfa_
type
mfa_type
:
string
status
status
:
"mfa_required"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error_
reason
mfa_
token
mfa_
type
status
sense-js-sdk
Loading...
Response object returned after authentication request that requires multi-factor authentication.