auth.provider API
Preparing search index...
@o3co/auth-provider-core
MfaPendingTransaction
Interface MfaPendingTransaction
interface
MfaPendingTransaction
{
challengeId
:
string
;
expiresAt
:
Date
;
flow
:
"login"
|
"authorize"
|
"federation"
;
providerKind
:
string
;
resumeState
:
MfaResumeState
;
subject
:
string
;
transactionId
:
string
;
}
Index
Properties
challenge
Id
expires
At
flow
provider
Kind
resume
State
subject
transaction
Id
Properties
Readonly
challenge
Id
challengeId
:
string
Readonly
expires
At
expiresAt
:
Date
Expiry encoding:
Date
per A4 two-tier design — see
UserSession
for rationale.
Readonly
flow
flow
:
"login"
|
"authorize"
|
"federation"
Readonly
provider
Kind
providerKind
:
string
Readonly
resume
State
resumeState
:
MfaResumeState
Readonly
subject
subject
:
string
Readonly
transaction
Id
transactionId
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
challenge
Id
expires
At
flow
provider
Kind
resume
State
subject
transaction
Id
auth.provider API
Loading...
Expiry encoding:
Dateper A4 two-tier design — see UserSession for rationale.