Skip to content

Commit

Permalink
feat: add new fields like groups to User
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Jun 13, 2024
1 parent 39f34af commit 83dadfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Auth/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,10 @@ class User
*/
public array $properties;

public array $roles;
public array $permissions;
public array $groups;

public static $authConfig;

public static function initConfig(string $endpoint, string $clientId, string $clientSecret, string $certificate, string $organizationName, string $applicationName): void
Expand Down

0 comments on commit 83dadfe

Please sign in to comment.