oauth2

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2024 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AuthCodeFlowWithConfig

func AuthCodeFlowWithConfig(f *cmdutil.Factory, host *config.HostConfigTyped, cfg iconfig, IO *iostreams.IOStreams) error

AuthCodeFlowWithConfig authorizes a user via Authorization Code Flow

func HostConfigInstillCloud

func HostConfigInstillCloud() *config.HostConfigTyped

HostConfigInstillCloud return a host config for the main Instill Cloud server.

func RefreshToken

func RefreshToken(cfg iconfig, hostname string) (string, error)

Types

type Authenticator

type Authenticator struct {
	*oidc.Provider
	oauth2.Config
}

Authenticator is used to authenticate our users.

func NewAuthenticator

func NewAuthenticator(issuer, clientID, clientSecret, callbackHost string, callbackPort int) (*Authenticator, error)

NewAuthenticator instantiates the *Authenticator.

func (*Authenticator) LoginURL

func (a *Authenticator) LoginURL(audience []string, prompt []string, maxAge int) (string, []rune)

func (*Authenticator) VerifyIDToken

func (a *Authenticator) VerifyIDToken(ctx context.Context, token *oauth2.Token) (*oidc.IDToken, error)

VerifyIDToken verifies that an *oauth2.Token is a valid *oidc.IDToken.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL