Skip to content

Commit

Permalink
Merge pull request #549 from shimonemu/patch-1
Browse files Browse the repository at this point in the history
Update persisted_grant_store.md
  • Loading branch information
josephdecock authored Jan 7, 2025
2 parents 68afd1d + a4e407f commit b0e0573
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ data access for your environment and usage.
| string SessionId | The identifier of the session where the grant was made, if applicable. |
| string ClientId | The identifier of the client that was granted authorization. |
| string Description | The description the user assigned to the device being authorized. |
| DateTime CreationTime | The time that the grant expires. |
| DateTime CreationTime | The time that the grant was created. |
| DateTime? Expiration | The time that the grant expires. |
| DateTime? ConsumedTime | The time that the grant was consumed. |
| string Data | A serialized and data protected representation of the grant. |
Expand Down

0 comments on commit b0e0573

Please sign in to comment.