Versions in this module Expand all Collapse all v0 v0.3.1 Apr 17, 2026 v0.3.0 Mar 5, 2026 Changes in this version + func GenerateTestJWTExpiresAt(exp time.Time) string + func NewTestVerifier(clock func() time.Time) *oidc.IDTokenVerifier + type TestOIDCConfiguration struct + UsernameClaim string + Verifier *oidc.IDTokenVerifier + func (c *TestOIDCConfiguration) GetUsernameClaim() string + func (c *TestOIDCConfiguration) GetVerifier(_ context.Context) (*oidc.IDTokenVerifier, error) + func (c *TestOIDCConfiguration) Now() time.Time