Share via


BotServiceHostSettingsResult Class

Definition

The response body returned for a request to Bot Service Management to check per subscription hostSettings.

public class BotServiceHostSettingsResult
type BotServiceHostSettingsResult = class
Public Class BotServiceHostSettingsResult
Inheritance
BotServiceHostSettingsResult

Properties

BotOpenIdMetadata

Same as toBotFromChannelOpenIdMetadataUrl, used by SDK < v4.12.

OAuthUri

For in-conversation bot user authentication.

ToBotFromChannelOpenIdMetadataUri

For verifying incoming tokens from the channels.

ToBotFromChannelTokenIssuer

For verifying incoming tokens from the channels.

ToBotFromEmulatorOpenIdMetadataUri

For verifying incoming tokens from bot emulator.

ToChannelFromBotLoginUri

For getting access token to channels from bot host.

ToChannelFromBotOAuthScope

For getting access token to channels from bot host.

ValidateAuthority

Per cloud OAuth setting on whether authority is validated.

Applies to