CertificateAppCredentials Class
- java.
lang. Object - com.
microsoft. bot. connector. authentication. AppCredentials - com.
microsoft. bot. connector. authentication. CertificateAppCredentials
- com.
- com.
public class CertificateAppCredentials
extends AppCredentials
AppCredentials using a certificate.
Constructor Summary
| Constructor | Description |
|---|---|
| CertificateAppCredentials(CertificateAppCredentialsOptions withOptions) |
Initializes a new instance of the App |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| protected Authenticator |
buildAuthenticator()
Returns a Certificate |
Methods inherited from AppCredentials
Methods inherited from java.lang.Object
Constructor Details
CertificateAppCredentials
public CertificateAppCredentials(CertificateAppCredentialsOptions withOptions)
Initializes a new instance of the AppCredentials class.
Parameters:
Throws:
Method Details
buildAuthenticator
protected Authenticator buildAuthenticator()
Returns a CertificateAuthenticator.
Overrides:
CertificateAppCredentials.buildAuthenticator()Returns: