Versions in this module Expand all Collapse all v1 v1.1.0 Jun 26, 2026 v1.0.0 Apr 29, 2026 Changes in this version + type Client struct + func NewClient(cfg Config) *Client + func (c *Client) ExchangeCodeForUser(ctx context.Context, code string) (UserInfo, error) + type Config struct + ClientID string + ClientSecret string + Timeout time.Duration + type UserInfo struct + Email string + EmailVerified bool + ID string + Login string