You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['realmsRealmProtocolOpenidConnectTokenPost'] to see the possible values for this operation
137
137
*
138
138
* @throws \WebMI\KeycloakApiClient\CustomApi\ApiException on non-2xx response or if the response body is not in the expected format
@@ -151,11 +151,11 @@ public function realmsRealmProtocolOpenidConnectTokenPost($realm, $username = nu
151
151
* Oidc Login
152
152
*
153
153
* @param string $realm realm name (not id!) (required)
154
-
* @param string $username Username (optional)
155
-
* @param string $password User Password (optional)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['realmsRealmProtocolOpenidConnectTokenPost'] to see the possible values for this operation
160
160
*
161
161
* @throws \WebMI\KeycloakApiClient\CustomApi\ApiException on non-2xx response or if the response body is not in the expected format
@@ -351,11 +351,11 @@ public function realmsRealmProtocolOpenidConnectTokenPostWithHttpInfo($realm, $u
351
351
* Oidc Login
352
352
*
353
353
* @param string $realm realm name (not id!) (required)
354
-
* @param string $username Username (optional)
355
-
* @param string $password User Password (optional)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['realmsRealmProtocolOpenidConnectTokenPost'] to see the possible values for this operation
360
360
*
361
361
* @throws \InvalidArgumentException
@@ -377,11 +377,11 @@ function ($response) {
377
377
* Oidc Login
378
378
*
379
379
* @param string $realm realm name (not id!) (required)
380
-
* @param string $username Username (optional)
381
-
* @param string $password User Password (optional)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['realmsRealmProtocolOpenidConnectTokenPost'] to see the possible values for this operation
386
386
*
387
387
* @throws \InvalidArgumentException
@@ -432,11 +432,11 @@ function ($exception) {
432
432
* Create request for operation 'realmsRealmProtocolOpenidConnectTokenPost'
433
433
*
434
434
* @param string $realm realm name (not id!) (required)
435
-
* @param string $username Username (optional)
436
-
* @param string $password User Password (optional)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['realmsRealmProtocolOpenidConnectTokenPost'] to see the possible values for this operation
441
441
*
442
442
* @throws \InvalidArgumentException
@@ -478,25 +478,26 @@ public function realmsRealmProtocolOpenidConnectTokenPostRequest($realm, $userna
0 commit comments