mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-13 00:33:02 +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
|
||
|
|
}
|