package
Version:
v0.0.0-...-e417875
Opens a new window with list of versions in this module.
Published: Dec 17, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Claim struct {
jwt.RegisteredClaims
TokenID int64 `json:"id"`
ProjectID int64 `json:"pid"`
Access []*types.Policy `json:"access"`
}
Claim implements the interface of jwt.Claims
Valid valid the claims "tokenID, projectID and access".
Source Files
¶
Click to show internal directories.
Click to hide internal directories.