aimpress-chatbot/node_modules/botframework-connector/lib/auth/governmentConstants.d.ts
“SamoilenkoVadym” 55445dbc86
Some checks failed
Build and deploy Node.js app to Azure Web App - ChatBot2222 / build (push) Has been cancelled
Build and deploy Node.js app to Azure Web App - ChatBot2222 / deploy (push) Has been cancelled
Deploy bot to Azure
2025-04-27 19:55:19 +01:00

48 lines
No EOL
1.7 KiB
TypeScript

/**
* @module botframework-connector
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
export declare namespace GovernmentConstants {
/**
* Government Channel Service property value
*/
const ChannelService = "https://botframework.azure.us";
/**
* TO CHANNEL FROM BOT: Login URL
*
* DEPRECATED: DO NOT USE
*/
const ToChannelFromBotLoginUrl = "https://login.microsoftonline.us/MicrosoftServices.onmicrosoft.us";
/**
* TO CHANNEL FROM BOT: Login URL prefix
*/
const ToChannelFromBotLoginUrlPrefix = "https://login.microsoftonline.us/";
/**
* TO CHANNEL FROM BOT: Default tenant from which to obtain a token for bot to channel communication
*/
const DefaultChannelAuthTenant = "MicrosoftServices.onmicrosoft.us";
/**
* TO CHANNEL FROM BOT: OAuth scope to request
*/
const ToChannelFromBotOAuthScope = "https://api.botframework.us";
/**
* TO BOT FROM CHANNEL: Token issuer
*/
const ToBotFromChannelTokenIssuer = "https://api.botframework.us";
/**
* OAuth Url used to get a token from OAuthApiClient.
*/
const OAuthUrl = "https://api.botframework.azure.us";
/**
* TO BOT FROM GOVERNMENT CHANNEL: OpenID metadata document for tokens coming from MSA
*/
const ToBotFromChannelOpenIdMetadataUrl = "https://login.botframework.azure.us/v1/.well-known/openidconfiguration";
/**
* TO BOT FROM GOVERNMENT EMULATOR: OpenID metadata document for tokens coming from MSA
*/
const ToBotFromEmulatorOpenIdMetadataUrl = "https://login.microsoftonline.us/cab8a31a-1906-4287-a0d8-4eef66b95f6e/v2.0/.well-known/openid-configuration";
}
//# sourceMappingURL=governmentConstants.d.ts.map