mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Update KeycloakTokenParsed definition.
To match KeycloakInstance's realm access and resources access.
This commit is contained in:
parent
67eb0c3079
commit
1c5f7c1420
@ -238,8 +238,8 @@ declare namespace Keycloak {
|
||||
nonce?: string;
|
||||
sub?: string;
|
||||
session_state?: string;
|
||||
realm_access?: { roles: string[] };
|
||||
resource_access?: string[];
|
||||
realm_access?: KeycloakRoles;
|
||||
resource_access?: KeycloakResourceAccess;
|
||||
}
|
||||
|
||||
interface KeycloakResourceAccess {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user