OIDCResponseType$json top-level constant

  1. @Deprecated('Use oIDCResponseTypeDescriptor instead')
Map<String, Object> const OIDCResponseType$json

Implementation

@$core.Deprecated('Use oIDCResponseTypeDescriptor instead')
const OIDCResponseType$json = const {
  '1': 'OIDCResponseType',
  '2': const [
    const {'1': 'OIDC_RESPONSE_TYPE_CODE', '2': 0},
    const {'1': 'OIDC_RESPONSE_TYPE_ID_TOKEN', '2': 1},
    const {'1': 'OIDC_RESPONSE_TYPE_ID_TOKEN_TOKEN', '2': 2},
  ],
};