mirror of
https://github.com/appwrite/appwrite
synced 2026-05-02 10:57:18 +00:00
19 lines
309 B
PHP
19 lines
309 B
PHP
<?php
|
|
|
|
return [
|
|
'email' => [
|
|
'verification',
|
|
'magicSession',
|
|
'recovery',
|
|
'invitation',
|
|
'mfaChallenge',
|
|
'sessionAlert',
|
|
'otpSession'
|
|
],
|
|
'sms' => [
|
|
'verification',
|
|
'login',
|
|
'invitation',
|
|
'mfaChallenge'
|
|
]
|
|
];
|