1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
method.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Main\Authentication;
4
5
enum
Method
:
string
6
{
7
case
Unspecified =
'unspecified'
;
8
case
Password
=
'password'
;
9
case
Otp =
'otp'
;
10
case
AppPassword =
'appPassword'
;
11
case
External =
'external'
;
12
case
LoginAs =
'loginAs'
;
13
case
Cookie
=
'cookie'
;
14
case
HitHash =
'hitHash'
;
15
case
Registration =
'registration'
;
16
case
EmailCode =
'emailCode'
;
17
case
PhoneCode =
'phoneCode'
;
18
case
Controller
=
'controller'
;
19
}
Bitrix\Main\Security\Password
Определения
password.php:12
Bitrix\Main\Web\Cookie
Определения
cookie.php:9
Bitrix\Main\Authentication\Method
Method
Определения
method.php:6
Bitrix\Main\Controller
Определения
agreement.php:2
bitrix
modules
main
lib
authentication
method.php
Создано системой
1.14.0