breaking change: add rp/RelyingParty.GetRevokeEndpoint

This commit is contained in:
David Sharnoff 2023-02-28 12:44:33 -08:00 committed by Tim Möhlmann
parent 2342f208ef
commit f3eae0f329
2 changed files with 1 additions and 2 deletions

View file

@ -54,7 +54,7 @@ type RelyingParty interface {
GetEndSessionEndpoint() string
// GetRevokeEndpoint returns the endpoint to revoke a specific token
// "GetRevokeEndpoint() string" will be added in a future release
GetRevokeEndpoint() string
// UserinfoEndpoint returns the userinfo
UserinfoEndpoint() string