Interface: AuthorizeResult
Properties
botId?
optional botId: string;
Defined in
packages/oauth/src/authorize-result.ts:11
botRefreshToken?
optional botRefreshToken: string;
Defined in
packages/oauth/src/authorize-result.ts:6
botToken?
optional botToken: string;
Defined in
packages/oauth/src/authorize-result.ts:5
botTokenExpiresAt?
optional botTokenExpiresAt: number;
Defined in
packages/oauth/src/authorize-result.ts:7
botUserId?
optional botUserId: string;
Defined in
packages/oauth/src/authorize-result.ts:12
enterpriseId?
optional enterpriseId: string;
Defined in
packages/oauth/src/authorize-result.ts:14
teamId?
optional teamId: string;
Defined in
packages/oauth/src/authorize-result.ts:13
userRefreshToken?
optional userRefreshToken: string;
Defined in
packages/oauth/src/authorize-result.ts:9
userToken?
optional userToken: string;
Defined in
packages/oauth/src/authorize-result.ts:8
userTokenExpiresAt?
optional userTokenExpiresAt: number;