Skip to content

Interface: Application

OAuth 2.0 流程中的第三方应用。

Properties

client_id

client_id: string

应用 client id。

Defined in

src/typings/oauth2.ts:32


description

description: string

应用简介。

Defined in

src/typings/oauth2.ts:34


icon

icon: string

应用图标地址。

Defined in

src/typings/oauth2.ts:36


name

name: string

应用名称。

Defined in

src/typings/oauth2.ts:38


scopes

scopes: string

应用申请的权限。

Defined in

src/typings/oauth2.ts:40

Released under the MIT License.