type github.com/golang-jwt/jwt/v5.NumericDate
19 uses
github.com/golang-jwt/jwt/v5 (current package)
claims.go#L10: GetExpirationTime() (*NumericDate, error)
claims.go#L11: GetIssuedAt() (*NumericDate, error)
claims.go#L12: GetNotBefore() (*NumericDate, error)
map_claims.go#L13: func (m MapClaims) GetExpirationTime() (*NumericDate, error) {
map_claims.go#L18: func (m MapClaims) GetNotBefore() (*NumericDate, error) {
map_claims.go#L23: func (m MapClaims) GetIssuedAt() (*NumericDate, error) {
map_claims.go#L45: func (m MapClaims) parseNumericDate(key string) (*NumericDate, error) {
registered_claims.go#L23: ExpiresAt *NumericDate `json:"exp,omitempty"`
registered_claims.go#L26: NotBefore *NumericDate `json:"nbf,omitempty"`
registered_claims.go#L29: IssuedAt *NumericDate `json:"iat,omitempty"`
registered_claims.go#L36: func (c RegisteredClaims) GetExpirationTime() (*NumericDate, error) {
registered_claims.go#L41: func (c RegisteredClaims) GetNotBefore() (*NumericDate, error) {
registered_claims.go#L46: func (c RegisteredClaims) GetIssuedAt() (*NumericDate, error) {
types.go#L32: type NumericDate struct {
types.go#L38: func NewNumericDate(t time.Time) *NumericDate {
types.go#L39: return &NumericDate{t.Truncate(TimePrecision)}
types.go#L44: func newNumericDateFromSeconds(f float64) *NumericDate {
types.go#L51: func (date NumericDate) MarshalJSON() (b []byte, err error) {
types.go#L80: func (date *NumericDate) UnmarshalJSON(b []byte) (err error) {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |