Update authorization_services/topics/enforcer-js-adapter.adoc
Co-authored-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
parent
9e5605a7f0
commit
2203179454
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ and use the library to send an authorization request as follows:
|
|||
|
||||
```javascript
|
||||
// prepare a authorization request with the permission ticket
|
||||
let authorizationRequest = {};
|
||||
const authorizationRequest = {};
|
||||
authorizationRequest.ticket = ticket;
|
||||
|
||||
// send the authorization request, if successful retry the request
|
||||
|
|
Loading…
Reference in a new issue