Add realm to AuthenticationManagement API in Admin Client (#26607)

Signed-off-by: satanshiro <orenp90@gmail.com>
This commit is contained in:
satanshiro 2024-01-31 14:28:34 +02:00 committed by GitHub
parent 1281cbf0c0
commit 7c63c561db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ import type { AuthenticationProviderRepresentation } from "../defs/authenticator
import type AuthenticatorConfigInfoRepresentation from "../defs/authenticatorConfigInfoRepresentation.js";
import type RequiredActionProviderSimpleRepresentation from "../defs/requiredActionProviderSimpleRepresentation.js";
export class AuthenticationManagement extends Resource {
export class AuthenticationManagement extends Resource<{ realm?: string }> {
/**
* Authentication Management
* https://www.keycloak.org/docs-api/8.0/rest-api/index.html#_authentication_management_resource