Update client.go

This commit is contained in:
Livio Spring 2024-10-30 09:30:00 +01:00 committed by GitHub
parent 32a6feef08
commit e102c697ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,11 +51,6 @@ type Client interface {
ClockSkew() time.Duration
}
type ClientBackChannelLogout interface {
Client
BackChannelLogoutURI() string
}
// HasRedirectGlobs is an optional interface that can be implemented by implementors of
// Client. See https://pkg.go.dev/path#Match for glob
// interpretation. Redirect URIs that match either the non-glob version or the