From ffd905272257a25c998c047bc712f435071abdff Mon Sep 17 00:00:00 2001 From: Wout Slakhorst Date: Fri, 18 Oct 2024 08:03:08 +0200 Subject: [PATCH] Update docs/_static/auth/v2.yaml Co-authored-by: reinkrul --- docs/_static/auth/v2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_static/auth/v2.yaml b/docs/_static/auth/v2.yaml index a0ff86462..e6bd2aa5f 100644 --- a/docs/_static/auth/v2.yaml +++ b/docs/_static/auth/v2.yaml @@ -600,7 +600,7 @@ components: example: "https://target_token_endpoint" client_id: type: string - description: The client identity the access token was issued to. Since the verifiable presentation is used to grant access, the client_id is just a reflection of the client_id in the access token request. + description: The client identity the access token was issued to. Since the Verifiable Presentation is used to grant access, the client_id reflects the client_id in the access token request. example: https://example.com/oauth2/client exp: type: integer