features/OVPAY2475-Token-API #67

Merged
MirjamHTM merged 11 commits from features/OVPAY2475-Token-API into develop 2026-08-21 11:02:29 +00:00
Showing only changes of commit 75531b4fdc - Show all commits

View File

@ -1,4 +1,4 @@
openapi: 3.0.1 openapi: 3.0.3
info: info:
title: Integraion layer APIs for token storage for ABT title: Integraion layer APIs for token storage for ABT
description: >- description: >-
@ -115,21 +115,21 @@ paths:
schema: schema:
$ref: "#/components/schemas/TokenStatusResponse" $ref: "#/components/schemas/TokenStatusResponse"
examples: examples:
Not secured, not authorized : Not secured and not authorized :
summary: Not secured, not authorized summary: Not secured, not authorized
value: value:
{ {
"isAuthorized": false, "isAuthorized": false,
"isSecured": false "isSecured": false
} }
Secured, not authorized : Secured and not authorized :
summary: Secured, not authorized summary: Secured, not authorized
value: value:
{ {
"isAuthorized": true, "isAuthorized": true,
"isSecured": false "isSecured": false
} }
Secured and authorized : Secured and authorized :
summary: Secured and authorized summary: Secured and authorized
value: value:
{ {