Skip to content

Commit c566d54

Browse files
Fixes from coderabbit
1 parent 381bb01 commit c566d54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

en/includes/guides/authentication/oidc/token-validation-resource-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The authorization server responds to the introspection request with a JSON objec
103103

104104
### User tokens
105105

106-
User access tokens generate through user interactions, such as logging in by entering credentials. The access token represents the user and the user's permissions.
106+
WSO2 Identity Server issues user access tokens during user interactions, such as when users sign in. An access token represents the user and their permissions.
107107

108108
For a provided user token, the response looks like the following:
109109

@@ -141,7 +141,7 @@ For a provided user token, the response looks like the following:
141141
=== "Invalid token"
142142

143143
```json
144-
{'active':false}
144+
{"active":false}
145145
```
146146

147147
### Application tokens

0 commit comments

Comments
 (0)