mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
Remove unused field (#3480)
This commit is contained in:
parent
992cd38216
commit
928340f65b
@ -474,7 +474,6 @@
|
||||
"secret": { "type": "string" },
|
||||
"redirectUri": { "type": "string" },
|
||||
"redirectUriLogout": { "type": "string" },
|
||||
"silentRefreshRedirectUri": { "type": "string" },
|
||||
"scope": { "type": "string" }
|
||||
}
|
||||
},
|
||||
|
@ -22,8 +22,6 @@ export interface OauthConfigModel {
|
||||
implicitFlow: boolean;
|
||||
redirectUri: string;
|
||||
silentLogin?: boolean;
|
||||
silentRefreshRedirectUri?: string;
|
||||
secret?: string;
|
||||
refreshTokenTimeout?: number;
|
||||
redirectUriLogout?: string;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user