breaking change: add rp/RelyingParty.GetRevokeEndpoint
This commit is contained in:
parent
2342f208ef
commit
f3eae0f329
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue