ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/api/auth/2fa/setup/route
GET
Function GET
GET
()
:
Promise
<
|
NextResponse
<
{
enabled
:
boolean
;
method
:
string
;
phone
:
string
|
null
|
undefined
;
verifiedAt
:
Date
|
null
|
undefined
;
}
,
>
|
NextResponse
<
{
error
:
any
}
>
,
>
GET /api/auth/2fa/setup - Récupérer la configuration 2FA actuelle
Returns
Promise
<
|
NextResponse
<
{
enabled
:
boolean
;
method
:
string
;
phone
:
string
|
null
|
undefined
;
verifiedAt
:
Date
|
null
|
undefined
;
}
,
>
|
NextResponse
<
{
error
:
any
}
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...
GET /api/auth/2fa/setup - Récupérer la configuration 2FA actuelle