Versions in this module Expand all Collapse all v0 v0.7.0 Jul 23, 2026 Changes in this version + type Claims struct + Email string + EmailVerified bool + Name string + Picture string + Provider string + Subject string + type GoogleAuth struct + func NewGoogleAuth(ctx context.Context, cfg GoogleAuthConfig) (*GoogleAuth, error) + func (g *GoogleAuth) Verify(ctx context.Context, rawIDToken string) (*Claims, error) + type GoogleAuthConfig struct + ClientIDs []string + Issuer string + type Verifier interface + Verify func(ctx context.Context, rawIDToken string) (*Claims, error)