Documentation ¶
Index ¶
- Constants
- func Authenticates(claims []resources.Claim, grants ...Grant) bool
- type Auther
- type Client
- type Grant
- func GlobalRoleGrant(orgDID string, role uint32) Grant
- func GroupGrant(group uuid.UUID) Grant
- func OrgGrant(orgDID string) Grant
- func RoleGrant(orgDID string, role uint32, group uuid.UUID) Grant
- func UserGlobalRoleGrant(userDID, orgDID string, role uint32) Grant
- func UserGrant(userDID string) Grant
- func UserRoleGrant(userDID, orgDID string, role uint32, group uuid.UUID) Grant
Constants ¶
View Source
const (
FullValidatePath = "integrations/rarime-auth-svc/v1/validate"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.