Files
appwrite/app/sdks/php/docs/examples/auth/oauth.md
T
2019-05-09 09:54:42 +03:00

191 B

<?php use Appwrite\Client; use Appwrite\Services\Auth; $client = new Client(); $client setProject('') setKey('') ; $auth = new Auth($client); $result = $auth->oauth('bitbucket');