values constant

List<SecurityScheme_Flow> const values

Implementation

static const $core.List<SecurityScheme_Flow> values = <SecurityScheme_Flow>[
  FLOW_INVALID,
  FLOW_IMPLICIT,
  FLOW_PASSWORD,
  FLOW_APPLICATION,
  FLOW_ACCESS_CODE,
];