Skip to content

Commit

Permalink
Remove obsolete documentation.
Browse files Browse the repository at this point in the history
Fixes #335.
  • Loading branch information
mitar committed May 10, 2022
1 parent 2d47dd9 commit d2216a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions oidc/verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ type Config struct {
}

// Verifier returns an IDTokenVerifier that uses the provider's key set to verify JWTs.
//
// The returned IDTokenVerifier is tied to the Provider's context and its behavior is
// undefined once the Provider's context is canceled.
func (p *Provider) Verifier(config *Config) *IDTokenVerifier {
if len(config.SupportedSigningAlgs) == 0 && len(p.algorithms) > 0 {
// Make a copy so we don't modify the config values.
Expand Down

0 comments on commit d2216a0

Please sign in to comment.