mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-06 00:36:13 +00:00
update samples
This commit is contained in:
@@ -102,6 +102,7 @@ conf = x_auth_id_alias.Configuration(
|
||||
|
||||
def __init__(self, host=None,
|
||||
api_key=None, api_key_prefix=None,
|
||||
access_token=None,
|
||||
username=None, password=None,
|
||||
discard_unknown_keys=False,
|
||||
disabled_client_side_validations="",
|
||||
@@ -126,6 +127,7 @@ conf = x_auth_id_alias.Configuration(
|
||||
"""Temp file folder for downloading files
|
||||
"""
|
||||
# Authentication Settings
|
||||
self.access_token = access_token
|
||||
self.api_key = {}
|
||||
if api_key:
|
||||
self.api_key = api_key
|
||||
|
||||
Reference in New Issue
Block a user