File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
openapi/components/schemas Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,31 @@ properties:
4646 type : object
4747 description : The result of the identification request.
4848 properties :
49+ acr :
50+ type : string
51+ example : " high"
4952 sub :
5053 type : string
5154 example : " EE30303039914"
55+ auth_time :
56+ type : integer
57+ example : 1734432000
5258 given_name :
5359 type : string
5460 example : " OK"
55- last_name :
61+ family_name :
5662 type : string
5763 example : " TESTNUMBER"
64+ date_of_birth :
65+ type : string
66+ format : date
67+ example : " 2000-01-01"
68+ expiration_time :
69+ type : integer
70+ example : 1734432000
71+ authentication_type :
72+ type : string
73+ example : " ID_CARD"
5874 client_id :
5975 type : string
6076 description : The client ID associated with the request.
You can’t perform that action at this time.
0 commit comments