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;
|
||||
sub?: string;
|
||||
session_state?: string;
|
||||
realm_access?: { roles: string[] };
|
||||
resource_access?: string[];
|
||||
realm_access?: KeycloakRoles;
|
||||
resource_access?: KeycloakResourceAccess;
|
||||
}
|
||||
|
||||
interface KeycloakResourceAccess {
|
||||
|
|
Loading…
Reference in a new issue