begin revocation

This commit is contained in:
Livio Amstutz 2021-10-26 13:18:39 +02:00
parent cef977adc2
commit 9721c25336
6 changed files with 144 additions and 2 deletions

View file

@ -16,6 +16,7 @@ type Configuration interface {
TokenEndpoint() Endpoint
IntrospectionEndpoint() Endpoint
UserinfoEndpoint() Endpoint
RevocationEndpoint() Endpoint
EndSessionEndpoint() Endpoint
KeysEndpoint() Endpoint