Ligare.platform.identity
Functions
|
Classes
|
|
|
|
|
- protocol Ligare.platform.identity.Role[source]
typing.Protocol
.Classes that implement this protocol must have the following methods / attributes:
-
__tablename__:
str
-
role_id:
int
-
role_name:
str
-
__tablename__:
- protocol Ligare.platform.identity.User[source]
typing.Protocol
.Classes that implement this protocol must have the following methods / attributes:
-
__tablename__:
str
-
user_id:
int
-
username:
str
-
__tablename__:
- protocol Ligare.platform.identity.UserRole[source]
typing.Protocol
.Classes that implement this protocol must have the following methods / attributes:
-
role_id:
int
-
user_id:
int
-
role_id:
Modules