{ "operationId": "provider_oauthConfirm", "method": "POST", "path": "/provider/{provider_id}/oauth/{service}/confirm", "summary": "Axway OAuth 2.0 Auth Signup Confirmation", "requestExamples": [], "responseExamples": [ { "status": "400", "contentType": "application/json", "name": "LOGIN_REQUIRED", "example": { "$ref": "#/components/examples/LOGIN_REQUIRED/value" } }, { "status": "400", "contentType": "application/json", "name": "PARAM_INVALID", "example": { "$ref": "#/components/examples/PARAM_INVALID/value" } }, { "status": "400", "contentType": "application/json", "name": "PARAM_REQUIRED", "example": { "$ref": "#/components/examples/PARAM_REQUIRED/value" } } ] }