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