AuthToken$json top-level constant
Implementation
@$core.Deprecated('Use authTokenDescriptor instead')
const AuthToken$json = const {
'1': 'AuthToken',
'2': const [
const {'1': 'access_token', '3': 1, '4': 1, '5': 9, '10': 'accessToken'},
const {'1': 'user_token', '3': 2, '4': 1, '5': 9, '10': 'userToken'},
const {'1': 'dashboard_token', '3': 3, '4': 1, '5': 9, '10': 'dashboardToken'},
],
};