forked from loafle/openapi-generator-original
[Kotlin-client] Authentication support (#3722)
* Handle and document authorization for kotlin client * Regenerate clients and tests * Remove testing files
This commit is contained in:
committed by
William Cheng
parent
62ca0c78ff
commit
4898ffa4e9
@@ -92,7 +92,10 @@ This endpoint does not need any parameter.
|
||||
|
||||
### Authorization
|
||||
|
||||
[api_key](../README.md#api_key)
|
||||
|
||||
Configure api_key:
|
||||
ApiClient.apiKey["api_key"] = ""
|
||||
ApiClient.apiKeyPrefix["api_key"] = ""
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user