mirror of
https://gitlab.com/mobicoop/v3/service/auth.git
synced 2026-01-12 05:52:39 +00:00
start authorization module
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export class ValidateAuthorizationQuery {
|
||||
readonly uuid: string;
|
||||
readonly action: string;
|
||||
|
||||
constructor(uuid: string, action: string) {
|
||||
this.uuid = uuid;
|
||||
this.action = action;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user