|
@@ -35,6 +35,10 @@ import 'package:openapi/api.dart';
|
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY';
|
|
|
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer';
|
|
|
+// TODO Configure API key authorization: api_key
|
|
|
+//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKey = 'YOUR_API_KEY';
|
|
|
+// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
|
+//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKeyPrefix = 'Bearer';
|
|
|
// TODO Configure HTTP Bearer authorization: bearer
|
|
|
// Case 1. Use String Token
|
|
|
//defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN');
|
|
@@ -69,7 +73,7 @@ Name | Type | Description | Notes
|
|
|
|
|
|
### Authorization
|
|
|
|
|
|
-[cookie](../README.md#cookie), [bearer](../README.md#bearer)
|
|
|
+[cookie](../README.md#cookie), [api_key](../README.md#api_key), [bearer](../README.md#bearer)
|
|
|
|
|
|
### HTTP request headers
|
|
|
|
|
@@ -90,6 +94,10 @@ import 'package:openapi/api.dart';
|
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY';
|
|
|
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer';
|
|
|
+// TODO Configure API key authorization: api_key
|
|
|
+//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKey = 'YOUR_API_KEY';
|
|
|
+// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
|
+//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKeyPrefix = 'Bearer';
|
|
|
// TODO Configure HTTP Bearer authorization: bearer
|
|
|
// Case 1. Use String Token
|
|
|
//defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN');
|
|
@@ -122,7 +130,7 @@ Name | Type | Description | Notes
|
|
|
|
|
|
### Authorization
|
|
|
|
|
|
-[cookie](../README.md#cookie), [bearer](../README.md#bearer)
|
|
|
+[cookie](../README.md#cookie), [api_key](../README.md#api_key), [bearer](../README.md#bearer)
|
|
|
|
|
|
### HTTP request headers
|
|
|
|
|
@@ -143,6 +151,10 @@ import 'package:openapi/api.dart';
|
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY';
|
|
|
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer';
|
|
|
+// TODO Configure API key authorization: api_key
|
|
|
+//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKey = 'YOUR_API_KEY';
|
|
|
+// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
|
+//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKeyPrefix = 'Bearer';
|
|
|
// TODO Configure HTTP Bearer authorization: bearer
|
|
|
// Case 1. Use String Token
|
|
|
//defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN');
|
|
@@ -173,7 +185,7 @@ Name | Type | Description | Notes
|
|
|
|
|
|
### Authorization
|
|
|
|
|
|
-[cookie](../README.md#cookie), [bearer](../README.md#bearer)
|
|
|
+[cookie](../README.md#cookie), [api_key](../README.md#api_key), [bearer](../README.md#bearer)
|
|
|
|
|
|
### HTTP request headers
|
|
|
|
|
@@ -194,6 +206,10 @@ import 'package:openapi/api.dart';
|
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY';
|
|
|
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer';
|
|
|
+// TODO Configure API key authorization: api_key
|
|
|
+//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKey = 'YOUR_API_KEY';
|
|
|
+// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
|
+//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKeyPrefix = 'Bearer';
|
|
|
// TODO Configure HTTP Bearer authorization: bearer
|
|
|
// Case 1. Use String Token
|
|
|
//defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN');
|
|
@@ -224,7 +240,7 @@ Name | Type | Description | Notes
|
|
|
|
|
|
### Authorization
|
|
|
|
|
|
-[cookie](../README.md#cookie), [bearer](../README.md#bearer)
|
|
|
+[cookie](../README.md#cookie), [api_key](../README.md#api_key), [bearer](../README.md#bearer)
|
|
|
|
|
|
### HTTP request headers
|
|
|
|
|
@@ -245,6 +261,10 @@ import 'package:openapi/api.dart';
|
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY';
|
|
|
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer';
|
|
|
+// TODO Configure API key authorization: api_key
|
|
|
+//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKey = 'YOUR_API_KEY';
|
|
|
+// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
|
+//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKeyPrefix = 'Bearer';
|
|
|
// TODO Configure HTTP Bearer authorization: bearer
|
|
|
// Case 1. Use String Token
|
|
|
//defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN');
|
|
@@ -274,7 +294,7 @@ void (empty response body)
|
|
|
|
|
|
### Authorization
|
|
|
|
|
|
-[cookie](../README.md#cookie), [bearer](../README.md#bearer)
|
|
|
+[cookie](../README.md#cookie), [api_key](../README.md#api_key), [bearer](../README.md#bearer)
|
|
|
|
|
|
### HTTP request headers
|
|
|
|
|
@@ -295,6 +315,10 @@ import 'package:openapi/api.dart';
|
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY';
|
|
|
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer';
|
|
|
+// TODO Configure API key authorization: api_key
|
|
|
+//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKey = 'YOUR_API_KEY';
|
|
|
+// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
|
+//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKeyPrefix = 'Bearer';
|
|
|
// TODO Configure HTTP Bearer authorization: bearer
|
|
|
// Case 1. Use String Token
|
|
|
//defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN');
|
|
@@ -331,7 +355,7 @@ Name | Type | Description | Notes
|
|
|
|
|
|
### Authorization
|
|
|
|
|
|
-[cookie](../README.md#cookie), [bearer](../README.md#bearer)
|
|
|
+[cookie](../README.md#cookie), [api_key](../README.md#api_key), [bearer](../README.md#bearer)
|
|
|
|
|
|
### HTTP request headers
|
|
|
|
|
@@ -352,6 +376,10 @@ import 'package:openapi/api.dart';
|
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY';
|
|
|
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer';
|
|
|
+// TODO Configure API key authorization: api_key
|
|
|
+//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKey = 'YOUR_API_KEY';
|
|
|
+// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
|
+//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKeyPrefix = 'Bearer';
|
|
|
// TODO Configure HTTP Bearer authorization: bearer
|
|
|
// Case 1. Use String Token
|
|
|
//defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN');
|
|
@@ -378,7 +406,7 @@ This endpoint does not need any parameter.
|
|
|
|
|
|
### Authorization
|
|
|
|
|
|
-[cookie](../README.md#cookie), [bearer](../README.md#bearer)
|
|
|
+[cookie](../README.md#cookie), [api_key](../README.md#api_key), [bearer](../README.md#bearer)
|
|
|
|
|
|
### HTTP request headers
|
|
|
|
|
@@ -399,6 +427,10 @@ import 'package:openapi/api.dart';
|
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY';
|
|
|
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer';
|
|
|
+// TODO Configure API key authorization: api_key
|
|
|
+//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKey = 'YOUR_API_KEY';
|
|
|
+// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
|
+//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKeyPrefix = 'Bearer';
|
|
|
// TODO Configure HTTP Bearer authorization: bearer
|
|
|
// Case 1. Use String Token
|
|
|
//defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN');
|
|
@@ -431,7 +463,7 @@ Name | Type | Description | Notes
|
|
|
|
|
|
### Authorization
|
|
|
|
|
|
-[cookie](../README.md#cookie), [bearer](../README.md#bearer)
|
|
|
+[cookie](../README.md#cookie), [api_key](../README.md#api_key), [bearer](../README.md#bearer)
|
|
|
|
|
|
### HTTP request headers
|
|
|
|
|
@@ -452,6 +484,10 @@ import 'package:openapi/api.dart';
|
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY';
|
|
|
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer';
|
|
|
+// TODO Configure API key authorization: api_key
|
|
|
+//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKey = 'YOUR_API_KEY';
|
|
|
+// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
|
+//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKeyPrefix = 'Bearer';
|
|
|
// TODO Configure HTTP Bearer authorization: bearer
|
|
|
// Case 1. Use String Token
|
|
|
//defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN');
|
|
@@ -484,7 +520,7 @@ Name | Type | Description | Notes
|
|
|
|
|
|
### Authorization
|
|
|
|
|
|
-[cookie](../README.md#cookie), [bearer](../README.md#bearer)
|
|
|
+[cookie](../README.md#cookie), [api_key](../README.md#api_key), [bearer](../README.md#bearer)
|
|
|
|
|
|
### HTTP request headers
|
|
|
|
|
@@ -505,6 +541,10 @@ import 'package:openapi/api.dart';
|
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY';
|
|
|
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer';
|
|
|
+// TODO Configure API key authorization: api_key
|
|
|
+//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKey = 'YOUR_API_KEY';
|
|
|
+// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
|
+//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKeyPrefix = 'Bearer';
|
|
|
// TODO Configure HTTP Bearer authorization: bearer
|
|
|
// Case 1. Use String Token
|
|
|
//defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN');
|
|
@@ -537,7 +577,7 @@ Name | Type | Description | Notes
|
|
|
|
|
|
### Authorization
|
|
|
|
|
|
-[cookie](../README.md#cookie), [bearer](../README.md#bearer)
|
|
|
+[cookie](../README.md#cookie), [api_key](../README.md#api_key), [bearer](../README.md#bearer)
|
|
|
|
|
|
### HTTP request headers
|
|
|
|
|
@@ -558,6 +598,10 @@ import 'package:openapi/api.dart';
|
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY';
|
|
|
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer';
|
|
|
+// TODO Configure API key authorization: api_key
|
|
|
+//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKey = 'YOUR_API_KEY';
|
|
|
+// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
|
+//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKeyPrefix = 'Bearer';
|
|
|
// TODO Configure HTTP Bearer authorization: bearer
|
|
|
// Case 1. Use String Token
|
|
|
//defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN');
|
|
@@ -589,7 +633,7 @@ void (empty response body)
|
|
|
|
|
|
### Authorization
|
|
|
|
|
|
-[cookie](../README.md#cookie), [bearer](../README.md#bearer)
|
|
|
+[cookie](../README.md#cookie), [api_key](../README.md#api_key), [bearer](../README.md#bearer)
|
|
|
|
|
|
### HTTP request headers
|
|
|
|
|
@@ -610,6 +654,10 @@ import 'package:openapi/api.dart';
|
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY';
|
|
|
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer';
|
|
|
+// TODO Configure API key authorization: api_key
|
|
|
+//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKey = 'YOUR_API_KEY';
|
|
|
+// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
|
+//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKeyPrefix = 'Bearer';
|
|
|
// TODO Configure HTTP Bearer authorization: bearer
|
|
|
// Case 1. Use String Token
|
|
|
//defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN');
|
|
@@ -642,7 +690,7 @@ Name | Type | Description | Notes
|
|
|
|
|
|
### Authorization
|
|
|
|
|
|
-[cookie](../README.md#cookie), [bearer](../README.md#bearer)
|
|
|
+[cookie](../README.md#cookie), [api_key](../README.md#api_key), [bearer](../README.md#bearer)
|
|
|
|
|
|
### HTTP request headers
|
|
|
|