Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEmptyClientID = fmt.Errorf("client id cannot be empty")
View Source
var ErrEmptyClientSecret = fmt.Errorf("client secret cannot be empty")
View Source
var ErrEmptyDomain = fmt.Errorf("domain cannot be empty")
View Source
var ErrEmptyRedirectURI = fmt.Errorf("redirect uri cannot be empty")
View Source
var ErrNoIDToken = fmt.Errorf("no id_token field in oauth2 token")
Functions ¶
This section is empty.
Types ¶
type Authenticator ¶
func New ¶
func New() (*Authenticator, error)
func (*Authenticator) VerifyIDToken ¶
Click to show internal directories.
Click to hide internal directories.