package goes.contrib.auth

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service AuthService

auth.proto:10

AuthService is the authorization service.

message ActionGrants

auth.proto:52

ActionGrants holds granted actions as the amount of times they were granted to the actor or role.

Used in: Actions

message Actions

auth.proto:46

Actions maps aggregate names to permitted actions on these aggregates.

Used in: Permissions

message GrantRevokeReq

auth.proto:79

GrantRevokeReq is the request for GrantToXXX and RevokeFromXXX.

Used as request type in: AuthService.GrantToActor, AuthService.GrantToRole, AuthService.RevokeFromActor, AuthService.RevokeFromRole