Enumeration EventingFunctionUrlAuthMethod

Represents the authentication method to use for a URL binding.

Enumeration Members

Enumeration Members

Basic: "basic"

Indicates that Basic should be used.

Bearer: "bearer"

Indicates that Bearer should be used.

Digest: "digest"

Indicates that Digest should be used.

None: "no-auth"

Indicates that no authentication should be used.

Generated using TypeDoc