Update client.go
This commit is contained in:
parent
32a6feef08
commit
e102c697ec
1 changed files with 0 additions and 5 deletions
|
@ -51,11 +51,6 @@ type Client interface {
|
||||||
ClockSkew() time.Duration
|
ClockSkew() time.Duration
|
||||||
}
|
}
|
||||||
|
|
||||||
type ClientBackChannelLogout interface {
|
|
||||||
Client
|
|
||||||
BackChannelLogoutURI() string
|
|
||||||
}
|
|
||||||
|
|
||||||
// HasRedirectGlobs is an optional interface that can be implemented by implementors of
|
// HasRedirectGlobs is an optional interface that can be implemented by implementors of
|
||||||
// Client. See https://pkg.go.dev/path#Match for glob
|
// Client. See https://pkg.go.dev/path#Match for glob
|
||||||
// interpretation. Redirect URIs that match either the non-glob version or the
|
// interpretation. Redirect URIs that match either the non-glob version or the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue