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.
2 parents 3f26edb + 206fbed commit 8496036Copy full SHA for 8496036
README.md
@@ -102,7 +102,10 @@ go build server.go
102
```
103
104
### Open in your web browser
105
+**Authorization Request**:
106
+[http://localhost:9096/authorize?client_id=000000&response_type=code](http://localhost:9096/authorize?client_id=000000&response_type=code)
107
108
+**Grant Token Request**:
109
[http://localhost:9096/token?grant_type=client_credentials&client_id=000000&client_secret=999999&scope=read](http://localhost:9096/token?grant_type=client_credentials&client_id=000000&client_secret=999999&scope=read)
110
111
```json
0 commit comments