auth

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2019 License: MPL-2.0-no-copyleft-exception Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client is a handle into the auth client.

func NewClient

func NewClient(addr string, cert *transport.Cert, trace bool) (*Client, error)

NewClient creates a new *Client for use.

func (*Client) Capabilities

func (c *Client) Capabilities(ctx context.Context) ([]string, error)

Capabilities notes what types of auth this server supports.

func (*Client) Close

func (c *Client) Close() error

Close closes the client's tracing functionality

func (*Client) GetOAuthURL

func (c *Client) GetOAuthURL(ctx context.Context, scopes []string) (string, error)

GetOAuthURL retrieves the OAuth redirection URL based on the provided requirements.

func (*Client) OAuthChallenge

func (c *Client) OAuthChallenge(ctx context.Context, state, code string) (*auth.OAuthInfo, error)

OAuthChallenge handles oauth codes and on success, returns the user (Created or patched with latest token)

Jump to

Keyboard shortcuts

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