Introducing storage for bot authentication.
This commit is contained in:
parent
3545157dad
commit
33a62fde01
1 changed files with 5 additions and 0 deletions
|
|
@ -35,6 +35,11 @@
|
||||||
export interface IGBInstance {
|
export interface IGBInstance {
|
||||||
botId:string;
|
botId:string;
|
||||||
whoAmIVideo: string;
|
whoAmIVideo: string;
|
||||||
|
applicationPrincipal: string;
|
||||||
|
tenant: string;
|
||||||
|
signUpSignInPolicy: "b2c_1_susi",
|
||||||
|
clientID: '47cbaa05-dbb4-46f8-8608-da386c5131f1'}
|
||||||
|
|
||||||
instanceId: number;
|
instanceId: number;
|
||||||
title: string;
|
title: string;
|
||||||
description: string;
|
description: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue