ServiceClientCredentialsFactory 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.
The ServiceClientCredentialsFactory abstract class to allows Bots to provide their own Microsoft.Rest.ServiceClientCredentials for bot to channel or skill bot to parent bot calls.
public abstract class ServiceClientCredentialsFactory
type ServiceClientCredentialsFactory = class
Public MustInherit Class ServiceClientCredentialsFactory
- Inheritance
-
ServiceClientCredentialsFactory
- Derived
Constructors
ServiceClientCredentialsFactory() |
Methods
CreateCredentialsAsync(String, String, String, Boolean, CancellationToken) |
A factory method for creating ServiceClientCredentials. |
IsAuthenticationDisabledAsync(CancellationToken) |
Checks whether bot authentication is disabled. |
IsValidAppIdAsync(String, CancellationToken) |
Validates an app ID. |