File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
services/serviceaccount/src/stackit/serviceaccount/api Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -986,6 +986,8 @@ def create_short_lived_access_token(
986
986
987
987
_response_types_map : Dict [str , Optional [str ]] = {
988
988
"200" : "CreateShortLivedAccessTokenResponse" ,
989
+ "400" : "Error" ,
990
+ "403" : "AuthError" ,
989
991
}
990
992
response_data = self .api_client .call_api (* _param , _request_timeout = _request_timeout )
991
993
response_data .read ()
@@ -1069,6 +1071,8 @@ def create_short_lived_access_token_with_http_info(
1069
1071
1070
1072
_response_types_map : Dict [str , Optional [str ]] = {
1071
1073
"200" : "CreateShortLivedAccessTokenResponse" ,
1074
+ "400" : "Error" ,
1075
+ "403" : "AuthError" ,
1072
1076
}
1073
1077
response_data = self .api_client .call_api (* _param , _request_timeout = _request_timeout )
1074
1078
response_data .read ()
@@ -1152,6 +1156,8 @@ def create_short_lived_access_token_without_preload_content(
1152
1156
1153
1157
_response_types_map : Dict [str , Optional [str ]] = {
1154
1158
"200" : "CreateShortLivedAccessTokenResponse" ,
1159
+ "400" : "Error" ,
1160
+ "403" : "AuthError" ,
1155
1161
}
1156
1162
response_data = self .api_client .call_api (* _param , _request_timeout = _request_timeout )
1157
1163
return response_data .response
You can’t perform that action at this time.
0 commit comments