Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrMissingIssuerEndpoint defines the error if an issuer endpoint is missing. ErrMissingIssuerEndpoint = fmt.Errorf("missing issuer endpoint") // ErrMissingToken defines the error if a token is missing while exchange. ErrMissingToken = fmt.Errorf("missing token after exchange") )
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(o *Options)
Option defines a single option function.
func WithConfig ¶
WithConfig provides a function to set the config option.
type Options ¶
type Options struct {
Config string
}
Options defines the available options for this package.
Click to show internal directories.
Click to hide internal directories.