1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00

chore: added Amazon OAuth Docs

This commit is contained in:
Christy Jacob 2019-10-05 18:46:07 +05:30
parent 65e017e472
commit 965a68afd3

View file

@ -7,6 +7,7 @@ use Auth\OAuth;
// Reference Material
// https://developer.amazon.com/docs/login-with-amazon/authorization-code-grant.html
// https://developer.amazon.com/docs/login-with-amazon/register-web.html
// https://developer.amazon.com/docs/login-with-amazon/obtain-customer-profile.html
class Amazon extends OAuth
{
/**