"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.entityDesc = void 0; ; exports.entityDesc = { locales: { zh_CN: { name: '用户登录连接', attr: { user: '用户', providerConfig: 'Oauth提供者配置', providerUserId: '提供者用户ID', rawUserInfo: '原始用户信息', accessToken: '访问令牌', refreshToken: '刷新令牌', accessExpiresAt: '访问令牌过期时间', refreshExpiresAt: '刷新令牌过期时间', application: '应用', tokens: '令牌列表', }, }, }, };