diff --git a/NEXT_RELEASE.md b/NEXT_RELEASE.md index 91f7f5d..4bde900 100644 --- a/NEXT_RELEASE.md +++ b/NEXT_RELEASE.md @@ -1,7 +1,6 @@ # Backwards-incompatible changes to be made in the next major release -- Add `rp/RelyingParty.GetRevokeEndpoint` - Rename `op/OpStorage.GetKeyByIDAndUserID` to `op/OpStorage.GetKeyByIDAndClientID` - Add `CanRefreshTokenInfo` (`GetRefreshTokenInfo()`) to `op.Storage` diff --git a/pkg/client/rp/relying_party.go b/pkg/client/rp/relying_party.go index 96fe219..5bd3558 100644 --- a/pkg/client/rp/relying_party.go +++ b/pkg/client/rp/relying_party.go @@ -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