Skip to content

Commit

Permalink
Merge 2d99c65 into 685d459
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjoyce3 authored Sep 30, 2019
2 parents 685d459 + 2d99c65 commit d199525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ document.getElementById('login').addEventListener('click', async () => {
}
});
```
Read the [official documentation](https://cloud.ibm.com/docs/services/appid?topic=appid-getting-started#gettingstarted) for information about getting started with IBM Cloud App ID Service.
## API Reference
Checkout our API reference [here](https://ibm-cloud-security.github.io/appid-clientsdk-js/).
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class AppID {
}

/**
* This method will made a GET request to the [user info endpoint]{@link https://us-south.appid.cloud.ibm.com/swagger-ui/#/Authorization%20Server%20-%20Authorization%20Server%20V4/oauth-server.userInfo} using the access token of the authenticated user.
* This method will make a GET request to the [user info endpoint]{@link https://us-south.appid.cloud.ibm.com/swagger-ui/#/Authorization%2520Server%2520-%2520Authorization%2520Server%2520V4/oauth-server.userInfo} using the access token of the authenticated user.
* @param {string} accessToken - The App ID access token of the user.
* @returns {Promise} The user information for the authenticated user. Example: {sub: '', email: ''}
* @throws {AppIDError} "Access token must be a string" Invalid access token.
Expand Down

0 comments on commit d199525

Please sign in to comment.