KEYCLOAK-16426 add optional field to token parsed

This commit is contained in:
maito1201 2021-10-08 19:17:36 +09:00 committed by Bruno Oliveira da Silva
parent bf01ae0885
commit 5d560c1051

View file

@ -321,6 +321,7 @@ declare namespace Keycloak {
session_state?: string;
realm_access?: KeycloakRoles;
resource_access?: KeycloakResourceAccess;
[key: string]: any; // Add other attributes here.
}
interface KeycloakResourceAccess {