@oneblink/apps-react
Preparing search index...
authService
LoginAttemptResponse
Type Alias LoginAttemptResponse
type
LoginAttemptResponse
=
{
mfaCodeCallback
?:
(
code
:
string
)
=>
Promise
<
LoginAttemptResponse
>
;
resetPasswordCallback
?:
(
newPassword
:
string
,
)
=>
Promise
<
LoginAttemptResponse
>
;
}
Index
Properties
mfa
Code
Callback?
reset
Password
Callback?
Properties
Optional
mfa
Code
Callback
mfaCodeCallback
?:
(
code
:
string
)
=>
Promise
<
LoginAttemptResponse
>
Optional
reset
Password
Callback
resetPasswordCallback
?:
(
newPassword
:
string
)
=>
Promise
<
LoginAttemptResponse
>
Settings
Theme
OS
Light
Dark
On This Page
Properties
mfa
Code
Callback
reset
Password
Callback
@oneblink/apps-react
Loading...