1
0
Fork 0
mirror of synced 2024-08-20 12:41:26 +12:00
appwrite/app/sdks/php/docs/examples/auth/login.md
2019-10-13 23:19:06 +03:00

215 B

setProject('') ->setKey('') ; $auth = new Auth($client); $result = $auth->login('email@example.com', 'password');