Documentation ¶
Index ¶
Constants ¶
View Source
const ( FlowNormal = "normal" FlowDevice = "device" FlowToken = "token" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Resp ¶ added in v1.2.0
func GetCert ¶
func GetCert(ctx context.Context, priv *ecdsa.PrivateKey, idToken, flow, oidcIssuer, oidcClientID string, fClient *fulcioClient.Fulcio) (Resp, error)
GetCert returns the PEM-encoded signature of the OIDC identity returned as part of an interactive oauth2 flow plus the PEM-encoded cert chain.
Click to show internal directories.
Click to hide internal directories.