mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-04 19:09:45 +00:00
12 lines
121 B
Go
12 lines
121 B
Go
package model
|
|
|
|
type CustomClaim struct {
|
|
Base
|
|
|
|
Key string
|
|
Value string
|
|
|
|
UserID *string
|
|
UserGroupID *string
|
|
}
|