Update KeycloakTokenParsed definition.
To match KeycloakInstance's realm access and resources access.
This commit is contained in:
parent
67eb0c3079
commit
1c5f7c1420
1 changed files with 2 additions and 2 deletions
|
@ -238,8 +238,8 @@ declare namespace Keycloak {
|
||||||
nonce?: string;
|
nonce?: string;
|
||||||
sub?: string;
|
sub?: string;
|
||||||
session_state?: string;
|
session_state?: string;
|
||||||
realm_access?: { roles: string[] };
|
realm_access?: KeycloakRoles;
|
||||||
resource_access?: string[];
|
resource_access?: KeycloakResourceAccess;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface KeycloakResourceAccess {
|
interface KeycloakResourceAccess {
|
||||||
|
|
Loading…
Reference in a new issue