This commit is contained in:
Caleb Doxsey 2023-09-19 18:05:19 -06:00
parent dce25e12d5
commit 11c43eb2ed
4 changed files with 4 additions and 4 deletions

View file

@ -246,7 +246,7 @@ func (p *Provider) GetSignInURL(state string) (string, error) {
}
// GetSignOutURL is not implemented.
func (p *Provider) GetSignOutURL(idTokenHint, redirectToURL string) (string, error) {
func (p *Provider) GetSignOutURL(_, _ string) (string, error) {
return "", oidc.ErrSignoutNotImplemented
}