Documentation ¶ Index ¶ func CheckAndRefreshToken(ctx context.Context, providerURL, rawIDToken, refreshToken string) (string, string, error) func CloudLogin(ctx context.Context, providerURL, connectorID string) (string, chan Tokens, error) type Tokens Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CheckAndRefreshToken ¶ added in v1.13.0 func CheckAndRefreshToken(ctx context.Context, providerURL, rawIDToken, refreshToken string) (string, string, error) func CloudLogin ¶ func CloudLogin(ctx context.Context, providerURL, connectorID string) (string, chan Tokens, error) Types ¶ type Tokens ¶ added in v1.13.0 type Tokens struct { IDToken string RefreshToken string } Source Files ¶ View all Source files login.go Click to show internal directories. Click to hide internal directories.