mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 17:23:16 +03: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
|
|
}
|