ServiceClientCredentialsFactory Class

Definition

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.

Applies to