We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21852ac commit 45dd2beCopy full SHA for 45dd2be
README.md
@@ -46,7 +46,7 @@ Using the library to generate an OAuth2 token has the following basic steps.
46
### 1. Create the OAuth2 service
47
48
The OAuth2Service class contains the configuration information for a given
49
-OAuth2 provider, including it's endpoints, client IDs and secrets, etc. This
+OAuth2 provider, including its endpoints, client IDs and secrets, etc. This
50
information is not persisted to any data store, so you'll need to create this
51
object each time you want to use it. The example below shows how to create a
52
service for the Google Drive API.
0 commit comments