mirror of
https://gitlab.com/mobicoop/v3/service/auth.git
synced 2026-01-11 07:22:40 +00:00
add opa, refactor auth to authentication
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export class ValidateAuthenticationQuery {
|
||||
readonly username: string;
|
||||
readonly password: string;
|
||||
|
||||
constructor(username: string, password: string) {
|
||||
this.username = username;
|
||||
this.password = password;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user