Versions in this module Expand all Collapse all v0 v0.33.0 Nov 17, 2021 Changes in this version + type Config struct + Audience string + ClientID string + Domain string + Scope string + UserPrompt func(UserCodePrompt) error + type Result struct + AccessToken string + Expiration time.Time + IDToken string + RefreshToken string + func DeviceAuthorizationFlow(ctx context.Context, cfg Config) (Result, error) + type UserCodePrompt struct + UserCode string + VerificationURL string