@webitel/api-services
Preparing search index...
two-factor-authentication/two-factor-authentication
getTwoFactorAuthentication
Function getTwoFactorAuthentication
getTwoFactorAuthentication
(
axiosInstance
?:
AxiosInstance
,
)
:
{
generateUserTfaKey
:
(
userId
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ApiGenerateUserTfaKeyResponse
,
any
,
{}
>
>
;
getUserTfaKey
:
(
userId
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ApiGetUserTfaKeyResponse
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
generateUserTfaKey
:
(
userId
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ApiGenerateUserTfaKeyResponse
,
any
,
{}
>
>
;
getUserTfaKey
:
(
userId
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ApiGetUserTfaKeyResponse
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...