OAuthPromptSettings.OAuthAppCredentials プロパティ

定義

OAuthPromptのOAuthAppCredentialsを取得したり設定したりします。

public Microsoft.Bot.Connector.Authentication.AppCredentials OAuthAppCredentials { get; set; }
member this.OAuthAppCredentials : Microsoft.Bot.Connector.Authentication.AppCredentials with get, set
Public Property OAuthAppCredentials As AppCredentials

プロパティ値

OAuthPromptのAppCredentials。

適用対象