mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 01:22:54 +00:00
refactor: remove unused auth provider properties
This commit is contained in:
@@ -47,16 +47,6 @@ export interface SCAuthorizationProviderClient {
|
|||||||
*/
|
*/
|
||||||
clientId: string;
|
clientId: string;
|
||||||
|
|
||||||
/**
|
|
||||||
* Authorization provider requires PKCE
|
|
||||||
*/
|
|
||||||
pkce: boolean;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Redirct URL for after finishing authentication
|
|
||||||
*/
|
|
||||||
redirect: string;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Scopes to request
|
* Scopes to request
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user