IDPType$json top-level constant

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

Implementation

@$core.Deprecated('Use iDPTypeDescriptor instead')
const IDPType$json = const {
  '1': 'IDPType',
  '2': const [
    const {'1': 'IDP_TYPE_UNSPECIFIED', '2': 0},
    const {'1': 'IDP_TYPE_OIDC', '2': 1},
    const {'1': 'IDP_TYPE_JWT', '2': 3},
  ],
};