ripple-api/common/token.go
2016-04-03 19:59:27 +02:00

9 lines
122 B
Go

package common
// Token Is an API token.
type Token struct {
Value string
UserID int
Privileges Privileges
}