Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Claims ¶
type Claims struct {
Hash string `json:"covidtrace:hash"`
Refreshed int `json:"covidtrace:refreshed"`
jwt.StandardClaims
}
Claims represents the JWT claims covidtrace cares about
type Issuer ¶
type Issuer struct {
// contains filtered or unexported fields
}
Issuer is the core covidtrace/jwt type. It exposes methods to issue and verify tokens.
Click to show internal directories.
Click to hide internal directories.