Type alias AuthenticationType
AuthenticationType: "PrincipalPropagation" | "NoAuthentication" | "BasicAuthentication" | "SAMLAssertion" | "OAuth2SAMLBearerAssertion" | "OAuth2ClientCredentials" | "OAuth2UserTokenExchange" | "ClientCertificateAuthentication" | "OAuth2JWTBearer" | "OAuth2Password"
Represents the authentication type of a destination.