From 5043c73fa8713b60f3ea653bb5f098af5b3f4b34 Mon Sep 17 00:00:00 2001 From: Stefan Benz <46600784+stebenz@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:48:09 +0100 Subject: [PATCH] fix: review changes --- pkg/provider/models/models.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/provider/models/models.go b/pkg/provider/models/models.go index ed1004a..11a9d71 100644 --- a/pkg/provider/models/models.go +++ b/pkg/provider/models/models.go @@ -4,16 +4,12 @@ type AuthRequestInt interface { GetID() string GetApplicationID() string GetRelayState() string - GetNameID() string GetAccessConsumerServiceURL() string GetBindingType() string GetAuthRequestID() string - GetCode() string GetIssuer() string - GetIssuerName() string GetDestination() string GetUserID() string - GetUserName() string Done() bool }