AuthorizationType$json top-level constant

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

Implementation

@$core.Deprecated('Use authorizationTypeDescriptor instead')
const AuthorizationType$json = const {
  '1': 'AuthorizationType',
  '2': const [
    const {'1': 'AUTHORIZATION_TYPE_UNSPECIFIED', '2': 0},
    const {'1': 'AUTHORIZATION_TYPE_DELEGATE', '2': 1},
    const {'1': 'AUTHORIZATION_TYPE_UNDELEGATE', '2': 2},
    const {'1': 'AUTHORIZATION_TYPE_REDELEGATE', '2': 3},
  ],
};