From e8304eeeb404b16bb7506d7c50da45348014e4af Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Fri, 21 Jan 2022 15:06:11 +0100 Subject: [PATCH] refactor: remove unused auth provider properties --- src/config/authorization.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/config/authorization.ts b/src/config/authorization.ts index 9e1a6c41..6acc44b1 100644 --- a/src/config/authorization.ts +++ b/src/config/authorization.ts @@ -47,16 +47,6 @@ export interface SCAuthorizationProviderClient { */ clientId: string; - /** - * Authorization provider requires PKCE - */ - pkce: boolean; - - /** - * Redirct URL for after finishing authentication - */ - redirect: string; - /** * Scopes to request */