From f73bda84cc9e12fef9fd27549c31cd2259e7adc2 Mon Sep 17 00:00:00 2001 From: Ahmed Fwela Date: Sun, 15 Oct 2023 16:43:01 +0300 Subject: [PATCH] docs: formatting --- docs/oidc_core.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/oidc_core.md b/docs/oidc_core.md index 789b2fc..28a65b9 100644 --- a/docs/oidc_core.md +++ b/docs/oidc_core.md @@ -61,6 +61,7 @@ A serializable token. This contains information about the `access_token`/`id_token` that was received from the `/token` endpoint. Token properties are: + - `creationTime`: when the token was created. - `scope`: scopes that this token allows. - `accessToken`: The issued access token. This is used to request resources from the server.