Documentation
¶
Index ¶
- type JWT
- func (j *JWT) AddClaims(k string, v interface{}) *JWT
- func (j *JWT) Get(k string) interface{}
- func (j *JWT) GetBool(k string) bool
- func (j *JWT) GetFloat64(k string) float64
- func (j *JWT) GetInt(k string) int
- func (j *JWT) GetInt64(k string) int64
- func (j *JWT) GetString(k string) string
- func (j *JWT) IsExpire() bool
- func (j *JWT) ParseToken(token string) error
- func (j *JWT) Print()
- func (j *JWT) Token() (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.