56 changed files with 56 additions and 56 deletions
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
/* © SRSoftware 2024 */ |
||||
/* © SRSoftware 2025 */ |
||||
package de.srsoftware.oidc.api.data; |
||||
|
||||
public record Authorization(String clientId, String userId, AuthorizedScopes scopes) { |
||||
|
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
/* © SRSoftware 2024 */ |
||||
/* © SRSoftware 2025 */ |
||||
package de.srsoftware.oidc.api.data; |
||||
|
||||
public enum Permission { MANAGE_CLIENTS, MANAGE_PERMISSIONS, MANAGE_SMTP, MANAGE_USERS } |
||||
|
Loading…
Reference in new issue