1
0
Fork 0
mirror of synced 2024-08-20 12:41:26 +12:00
appwrite/app/sdks/php/docs/examples/auth/confirm-resend.md
2019-10-01 21:10:33 +03:00

213 B

setProject('') ->setKey('') ; $auth = new Auth($client); $result = $auth->confirmResend('https://example.com');