RefreshToken$json top-level constant

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

Implementation

@$core.Deprecated('Use refreshTokenDescriptor instead')
const RefreshToken$json = const {
  '1': 'RefreshToken',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'id'},
    const {'1': 'details', '3': 2, '4': 1, '5': 11, '6': '.zitadel.v1.ObjectDetails', '10': 'details'},
    const {'1': 'client_id', '3': 3, '4': 1, '5': 9, '8': const {}, '10': 'clientId'},
    const {'1': 'auth_time', '3': 4, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '8': const {}, '10': 'authTime'},
    const {'1': 'idle_expiration', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '8': const {}, '10': 'idleExpiration'},
    const {'1': 'expiration', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '8': const {}, '10': 'expiration'},
    const {'1': 'scopes', '3': 7, '4': 3, '5': 9, '8': const {}, '10': 'scopes'},
    const {'1': 'audience', '3': 8, '4': 3, '5': 9, '8': const {}, '10': 'audience'},
  ],
};