BotServiceHostSettingsResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET