AuthenticationType:
    | "PrincipalPropagation"
    | "NoAuthentication"
    | "BasicAuthentication"
    | "SAMLAssertion"
    | "OAuth2SAMLBearerAssertion"
    | "OAuth2ClientCredentials"
    | "OAuth2UserTokenExchange"
    | "ClientCertificateAuthentication"
    | "OAuth2JWTBearer"
    | "OAuth2Password"
    | "OAuth2RefreshToken"

Represents the authentication type of a destination.

Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.