Documentation
¶
Index ¶
- Variables
- type Client
- type Email
- type Provider
- func (*Provider) AuthorizationURL(config *oauth2.Config, parameters *types.AuthorizationParamters) (string, error)
- func (*Provider) CodeExchange(ctx context.Context, parameters *types.CodeExchangeParameters) (*oauth2.Token, *oidc.IDToken, error)
- func (*Provider) Config(ctx context.Context, parameters *types.ConfigParameters) (*oauth2.Config, error)
- type User
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrEmailLookup = errors.New("failed to lookup email")
)
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetPrimaryEmail ¶
type Provider ¶
type Provider struct{}
func (*Provider) AuthorizationURL ¶
func (*Provider) CodeExchange ¶
Click to show internal directories.
Click to hide internal directories.