ServiceEndpointAuthenticationScheme interface
Properties
authorization |
Gets or sets the authorization headers of service endpoint authentication scheme. |
client |
Gets or sets the certificates of service endpoint authentication scheme. |
display |
Gets or sets the display name for the service endpoint authentication scheme. |
input |
Gets or sets the input descriptors for the service endpoint authentication scheme. |
scheme | Gets or sets the scheme for service endpoint authentication. |
Property Details
authorizationHeaders
Gets or sets the authorization headers of service endpoint authentication scheme.
authorizationHeaders: AuthorizationHeader[]
Property Value
clientCertificates
Gets or sets the certificates of service endpoint authentication scheme.
clientCertificates: ClientCertificate[]
Property Value
displayName
Gets or sets the display name for the service endpoint authentication scheme.
displayName: string
Property Value
string
inputDescriptors
Gets or sets the input descriptors for the service endpoint authentication scheme.
inputDescriptors: InputDescriptor[]
Property Value
scheme
Gets or sets the scheme for service endpoint authentication.
scheme: string
Property Value
string