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 ¶
Types ¶
type Authenticator ¶
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) 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.
Click to show internal directories.
Click to hide internal directories.