mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
AAE-20447 Add new field to choose auth flow type for custom UIs (#9451)
* AAE-20447 Add new field to choose auth flow type for custom UIs * AAE-20447 Rename property customUIAuthFlowType to DescriptorCustomUIAuthFlowType
This commit is contained in:
parent
ff60cb594e
commit
a03d61a304
@ -45,6 +45,12 @@ export interface Descriptor {
|
||||
version?: string;
|
||||
runtimeBundleVersion?: string;
|
||||
enableLocalDevelopment?: boolean;
|
||||
customUIAuthFlowType?: DescriptorCustomUIAuthFlowType;
|
||||
}
|
||||
|
||||
export enum DescriptorCustomUIAuthFlowType {
|
||||
CODE = 'CODE',
|
||||
IMPLICIT = 'IMPLICIT'
|
||||
}
|
||||
|
||||
export interface DescriptorSecurity {
|
||||
|
Loading…
x
Reference in New Issue
Block a user