op: remove user code endpoint

This commit is contained in:
Tim Möhlmann 2023-02-28 12:16:38 +02:00
parent a80ad6df8a
commit c9ab349d63
3 changed files with 5 additions and 83 deletions

View file

@ -28,7 +28,6 @@ type Configuration interface {
EndSessionEndpoint() Endpoint
KeysEndpoint() Endpoint
DeviceAuthorizationEndpoint() Endpoint
UserCodeFormEndpoint() Endpoint
AuthMethodPostSupported() bool
CodeMethodS256Supported() bool