forked from loafle/openapi-generator-original
[csharp][generichost] Honor the Set-Cookie header (#17186)
* allow multiple auth methods of same type * allow multiple auth methods of same type * allow multiple headers to have api keys * remove changes for another pr * resolved conflicts, build samples * fixed a casing issue * fixed casing issue
This commit is contained in:
@@ -536,7 +536,7 @@ No authorization required
|
||||
### HTTP response details
|
||||
| Status code | Description | Response headers |
|
||||
|-------------|-------------|------------------|
|
||||
| **200** | successful operation | * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> |
|
||||
| **200** | successful operation | * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> |
|
||||
| **400** | Invalid username/password supplied | - |
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
|
||||
|
||||
Reference in New Issue
Block a user