Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClientCertificateCredentialOptions

Package version

Optional parameters for the ClientCertificateCredential class.

Hierarchy

Index

Properties

Optional authorityHost

authorityHost: undefined | string

The authority host to use for authentication requests. The default is "https://login.microsoftonline.com".

Optional sendCertificateChain

sendCertificateChain: undefined | false | true

Option to include x5c header for SubjectName and Issuer name authorization. Set this option to send base64 encoded public certificate in the client assertion header as an x5c claim

Generated using TypeDoc