values constant

List<OIDCResponseType> const values

Implementation

static const $core.List<OIDCResponseType> values = <OIDCResponseType> [
  OIDC_RESPONSE_TYPE_CODE,
  OIDC_RESPONSE_TYPE_ID_TOKEN,
  OIDC_RESPONSE_TYPE_ID_TOKEN_TOKEN,
];