KEYCLOAK-16426 add optional field to token parsed
This commit is contained in:
parent
bf01ae0885
commit
5d560c1051
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue