Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomClaims ¶
type CustomClaims struct { WalletAddress string `json:"walletAddress"` SignedBy string `json:"signedBy"` pvx.RegisteredClaims }
func New ¶
func New(walletAddress string) CustomClaims
func (CustomClaims) Valid ¶
func (c CustomClaims) Valid() error
Click to show internal directories.
Click to hide internal directories.