package
Version:
v0.0.0-...-c0251f4
Opens a new window with list of versions in this module.
Published: Nov 23, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ClaimSet struct {
Issuer string `json:"iss,omitempty"`
Subject string `json:"sub,omitempty"`
Audience []string `json:"aud,omitempty"`
Expiry int64 `json:"exp,omitempty"`
NotBefore int64 `json:"nbf,omitempty"`
IssuedAt int64 `json:"iat,omitempty"`
JwtId string `json:"jti,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.