Browse Source
fix: fix keycloak_admin.create_user documentation/ typehint (#545)
pull/546/head
v3.10.2
Carlotta Fabian
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
src/keycloak/keycloak_admin.py
|
@ -857,8 +857,8 @@ class KeycloakAdmin: |
|
|
Otherwise, return existing user ID. |
|
|
Otherwise, return existing user ID. |
|
|
:type exist_ok: bool |
|
|
:type exist_ok: bool |
|
|
|
|
|
|
|
|
:return: UserRepresentation |
|
|
|
|
|
:rtype: dict |
|
|
|
|
|
|
|
|
:return: user_id |
|
|
|
|
|
:rtype: str |
|
|
""" |
|
|
""" |
|
|
params_path = {"realm-name": self.connection.realm_name} |
|
|
params_path = {"realm-name": self.connection.realm_name} |
|
|
|
|
|
|
|
|