Files

12 lines
121 B
Go

package model
type CustomClaim struct {
Base
Key string
Value string
UserID *string
UserGroupID *string
}