From 965a68afd381c7e80ae07644013c73a9952f5418 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Sat, 5 Oct 2019 18:46:07 +0530 Subject: [PATCH] chore: added Amazon OAuth Docs --- src/Auth/OAuth/Amazon.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Auth/OAuth/Amazon.php b/src/Auth/OAuth/Amazon.php index 0b52f681f9..d9cf84e73f 100644 --- a/src/Auth/OAuth/Amazon.php +++ b/src/Auth/OAuth/Amazon.php @@ -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 { /**