MicrosoftAppCredentials 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.
public class MicrosoftAppCredentials : Microsoft.Rest.ServiceClientCredentials
type MicrosoftAppCredentials = class
inherit ServiceClientCredentials
Public Class MicrosoftAppCredentials
Inherits ServiceClientCredentials
- Inheritance
-
Microsoft.Rest.ServiceClientCredentialsMicrosoftAppCredentials
Constructors
MicrosoftAppCredentials(IConfiguration, ILogger) | |
MicrosoftAppCredentials(String, String, ILogger) | |
MicrosoftAppCredentials(String, String) |
Fields
logger | |
MicrosoftAppIdKey | |
MicrosoftAppPasswordKey | |
TrustedHostNames |
Properties
MicrosoftAppId | |
MicrosoftAppPassword | |
OAuthAuthority | |
OAuthBotScope | |
OAuthEndpoint |
Methods
GetTokenAsync(Boolean, String) | |
IsTrustedServiceUrl(String) | |
ProcessHttpRequestAsync(HttpRequestMessage, CancellationToken) | |
TrustServiceUrl(String, DateTime, String) |