Huggingface.js 文档

接口:OAuthResult

Hugging Face's logo
加入 Hugging Face 社区

并获取增强的文档体验

开始使用

接口: OAuthResult

属性

accessToken

accessToken: string

定义于

hub/src/lib/oauth-handle-redirect.ts:5


accessTokenExpiresAt

accessTokenExpiresAt: Date

定义于

hub/src/lib/oauth-handle-redirect.ts:6


scope

scope: string

授予的范围

定义于

hub/src/lib/oauth-handle-redirect.ts:33


state

可选 state: string

传递给 OAuth 提供程序的原始请求中传递给 OAuth 提供程序的状态。

定义于

hub/src/lib/oauth-handle-redirect.ts:29


userInfo

userInfo: Object

类型声明

名称 类型
avatarUrl string
canPay? boolean
email? string
emailVerified? boolean
fullname string
id string
isPro boolean
name string
orgs { avatarUrl: string ; canPay?: boolean ; id: string ; isEnterprise: boolean ; name: string ; roleInOrg?: string }[]
websiteUrl? string

定义于

hub/src/lib/oauth-handle-redirect.ts:7

< > 在 GitHub 上更新