1
0
Fork 0
mirror of synced 2024-08-20 04:31:20 +12:00
appwrite/app/sdks/php/docs/examples/auth/oauth.md
2019-10-18 21:42:02 +03:00

241 B

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