interface ServiceEndpointAuthenticationScheme {
    authorizationHeaders?: AuthorizationHeader[];
    clientCertificates?: ClientCertificate[];
    displayName?: string;
    inputDescriptors?: InputDescriptor[];
    scheme?: string;
}

Properties

authorizationHeaders?: AuthorizationHeader[]

Gets or sets the authorization headers of service endpoint authentication scheme.

clientCertificates?: ClientCertificate[]

Gets or sets the certificates of service endpoint authentication scheme.

displayName?: string

Gets or sets the display name for the service endpoint authentication scheme.

inputDescriptors?: InputDescriptor[]

Gets or sets the input descriptors for the service endpoint authentication scheme.

scheme?: string

Gets or sets the scheme for service endpoint authentication.