Session$json top-level constant

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

Implementation

@$core.Deprecated('Use sessionDescriptor instead')
const Session$json = const {
  '1': 'Session',
  '2': const [
    const {'1': 'session_id', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'sessionId'},
    const {'1': 'agent_id', '3': 2, '4': 1, '5': 9, '8': const {}, '10': 'agentId'},
    const {'1': 'auth_state', '3': 3, '4': 1, '5': 14, '6': '.zitadel.user.v1.SessionState', '8': const {}, '10': 'authState'},
    const {'1': 'user_id', '3': 4, '4': 1, '5': 9, '8': const {}, '10': 'userId'},
    const {'1': 'user_name', '3': 5, '4': 1, '5': 9, '8': const {}, '10': 'userName'},
    const {'1': 'login_name', '3': 7, '4': 1, '5': 9, '8': const {}, '10': 'loginName'},
    const {'1': 'display_name', '3': 8, '4': 1, '5': 9, '8': const {}, '10': 'displayName'},
    const {'1': 'details', '3': 9, '4': 1, '5': 11, '6': '.zitadel.v1.ObjectDetails', '10': 'details'},
    const {'1': 'avatar_url', '3': 10, '4': 1, '5': 9, '8': const {}, '10': 'avatarUrl'},
  ],
};