MicrosoftAppCredentials Class

Definition

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

Constructors

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

Fields

logger
MicrosoftAppIdKey
MicrosoftAppPasswordKey
TrustedHostNames

Properties

MicrosoftAppId
MicrosoftAppPassword
OAuthAuthority
OAuthBotScope
OAuthEndpoint

Methods

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

Applies to