refactor: remove unused auth provider properties

This commit is contained in:
Rainer Killinger
2022-01-21 15:06:11 +01:00
parent dca9d26c66
commit e8304eeeb4

View File

@@ -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
*/