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 d32ebb5 commit 800b769Copy full SHA for 800b769
README.md
@@ -149,12 +149,7 @@ Open the project in your IDE (like Visual Studio or Visual Studio Code) to confi
149
Call this web API from your client application. Upon an authorized call, the web API will respond by:
150
151
```javascript
152
- res.status(200).json({
153
- 'name': req.authInfo['name'],
154
- 'issued-by': req.authInfo['iss'],
155
- 'issued-for': req.authInfo['aud'],
156
- 'scope': req.authInfo['scp']
157
- });
+ res.status(200).json({'name': req.authInfo['name']});
158
```
159
160
> :information_source: Did the sample not work for you as expected? Then please reach out to us using the [GitHub Issues](../../../../issues) page.
0 commit comments