SecurityScheme_Flow$json top-level constant
- @Deprecated('Use securitySchemeDescriptor instead')
Implementation
@$core.Deprecated('Use securitySchemeDescriptor instead')
const SecurityScheme_Flow$json = const {
'1': 'Flow',
'2': const [
const {'1': 'FLOW_INVALID', '2': 0},
const {'1': 'FLOW_IMPLICIT', '2': 1},
const {'1': 'FLOW_PASSWORD', '2': 2},
const {'1': 'FLOW_APPLICATION', '2': 3},
const {'1': 'FLOW_ACCESS_CODE', '2': 4},
],
};