File tree Expand file tree Collapse file tree 2 files changed +181
-0
lines changed
Expand file tree Collapse file tree 2 files changed +181
-0
lines changed Original file line number Diff line number Diff line change 35763576 }
35773577 },
35783578 "/user/login" : {
3579+ "delete" : {
3580+ "description" : " Logout a session" ,
3581+ "operationId" : " LogoutUser" ,
3582+ "responses" : {
3583+ "204" : {
3584+ "description" : " Logout is complete." ,
3585+ "headers" : {
3586+ "Set-Cookie" : {
3587+ "description" : " Empty session cookie" ,
3588+ "explode" : false ,
3589+ "schema" : {
3590+ "example" : " __session=; HttpOnly; Secure; SameSite=None; Path=/; Max-Age=3600" ,
3591+ "type" : " string"
3592+ },
3593+ "style" : " simple"
3594+ }
3595+ }
3596+ },
3597+ "400" : {
3598+ "$ref" : " #/components/responses/BadRequest"
3599+ },
3600+ "401" : {
3601+ "$ref" : " #/components/responses/RequiresAuthentication"
3602+ },
3603+ "403" : {
3604+ "$ref" : " #/components/responses/Forbidden"
3605+ },
3606+ "404" : {
3607+ "$ref" : " #/components/responses/NotFound"
3608+ },
3609+ "405" : {
3610+ "$ref" : " #/components/responses/MethodNotAllowed"
3611+ },
3612+ "500" : {
3613+ "$ref" : " #/components/responses/InternalError"
3614+ }
3615+ },
3616+ "tags" : [ " users" ]
3617+ },
35793618 "post" : {
35803619 "description" : " Start a session using ID token" ,
35813620 "operationId" : " LoginUser" ,
You can’t perform that action at this time.
0 commit comments