MicrosoftAppCredentials Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public class MicrosoftAppCredentials : Microsoft.Rest.ServiceClientCredentials
type MicrosoftAppCredentials = class
inherit ServiceClientCredentials
Public Class MicrosoftAppCredentials
Inherits ServiceClientCredentials
- Herança
-
Microsoft.Rest.ServiceClientCredentialsMicrosoftAppCredentials
Construtores
| MicrosoftAppCredentials(IConfiguration, ILogger) | |
| MicrosoftAppCredentials(String, String, ILogger) | |
| MicrosoftAppCredentials(String, String) |
Campos
| logger | |
| MicrosoftAppIdKey | |
| MicrosoftAppPasswordKey | |
| TrustedHostNames |
Propriedades
| MicrosoftAppId | |
| MicrosoftAppPassword | |
| OAuthAuthority | |
| OAuthBotScope | |
| OAuthEndpoint |
Métodos
| GetTokenAsync(Boolean, String) | |
| IsTrustedServiceUrl(String) | |
| ProcessHttpRequestAsync(HttpRequestMessage, CancellationToken) | |
| TrustServiceUrl(String, DateTime, String) |