GenericOIDCConfig$json top-level constant

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

Implementation

@$core.Deprecated('Use genericOIDCConfigDescriptor instead')
const GenericOIDCConfig$json = const {
  '1': 'GenericOIDCConfig',
  '2': const [
    const {'1': 'issuer', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'issuer'},
    const {'1': 'client_id', '3': 2, '4': 1, '5': 9, '8': const {}, '10': 'clientId'},
    const {'1': 'scopes', '3': 3, '4': 3, '5': 9, '8': const {}, '10': 'scopes'},
    const {'1': 'is_id_token_mapping', '3': 4, '4': 1, '5': 8, '10': 'isIdTokenMapping'},
  ],
};