1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 19:09:45 +00:00
Files
pocket-id/backend/internal/model/custom_claim.go
2024-10-28 18:11:54 +01:00

12 lines
121 B
Go

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