MicrosoftAppCredentials 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public class MicrosoftAppCredentials : Microsoft.Rest.ServiceClientCredentials
type MicrosoftAppCredentials = class
inherit ServiceClientCredentials
Public Class MicrosoftAppCredentials
Inherits ServiceClientCredentials
- 继承
-
Microsoft.Rest.ServiceClientCredentialsMicrosoftAppCredentials
构造函数
| MicrosoftAppCredentials(IConfiguration, ILogger) | |
| MicrosoftAppCredentials(String, String, ILogger) | |
| MicrosoftAppCredentials(String, String) |
字段
| logger | |
| MicrosoftAppIdKey | |
| MicrosoftAppPasswordKey | |
| TrustedHostNames |
属性
| MicrosoftAppId | |
| MicrosoftAppPassword | |
| OAuthAuthority | |
| OAuthBotScope | |
| OAuthEndpoint |
方法
| GetTokenAsync(Boolean, String) | |
| IsTrustedServiceUrl(String) | |
| ProcessHttpRequestAsync(HttpRequestMessage, CancellationToken) | |
| TrustServiceUrl(String, DateTime, String) |