MicrosoftAppCredentials クラス

定義

public class MicrosoftAppCredentials : Microsoft.Rest.ServiceClientCredentials
type MicrosoftAppCredentials = class
    inherit ServiceClientCredentials
Public Class MicrosoftAppCredentials
Inherits ServiceClientCredentials
継承
Microsoft.Rest.ServiceClientCredentials
MicrosoftAppCredentials

コンストラクター

MicrosoftAppCredentials(IConfiguration, ILogger)
MicrosoftAppCredentials(String, String)
MicrosoftAppCredentials(String, String, ILogger)

フィールド

logger
MicrosoftAppIdKey
MicrosoftAppPasswordKey
TrustedHostNames

プロパティ

MicrosoftAppId
MicrosoftAppPassword
OAuthAuthority
OAuthBotScope
OAuthEndpoint

メソッド

GetTokenAsync(Boolean, String)
IsTrustedServiceUrl(String)
ProcessHttpRequestAsync(HttpRequestMessage, CancellationToken)
TrustServiceUrl(String, DateTime, String)

適用対象