Documentation
¶
Index ¶
Constants ¶
View Source
const MagicPass = "magic_pass" // only for testing outside of the google cloud
View Source
const OIDCTokenType = TokenType("OIDC") // currently not used
View Source
const PKITokenType = TokenType("PKI")
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NeededClaims ¶
type NeededClaims struct {
HWModel string `json:"hwmodel"`
SubMods SubMods `json:"submods"`
jwt.RegisteredClaims
}
GoogleTeeClaims represents the claims present in a Google Cloud TEE attestation JWT.
Based on https://cloud.google.com/confidential-computing/confidential-space/docs/reference/token-claims.
Click to show internal directories.
Click to hide internal directories.