package
Version:
v1.0.0-with-auth
Opens a new window with list of versions in this module.
Published: Mar 1, 2025
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Token struct {
Token *string `json:"token,omitempty"`
Issuer string `json:"iss,omitempty"`
Subject string `json:"sub,omitempty"`
Audience []string `json:"aud,omitempty"`
ExpiresAt *time.Time `json:"exp,omitempty"`
IssuedAt *time.Time `json:"iat,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.