Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration EventingFunctionUrlAuthMethod

Represents the authentication method to use for a URL binding.

Index

Enumeration members

Enumeration members

Basic

Basic: = "basic"

Indicates that Basic should be used.

Bearer

Bearer: = "bearer"

Indicates that Bearer should be used.

Digest

Digest: = "digest"

Indicates that Digest should be used.

None

None: = "no-auth"

Indicates that no authentication should be used.

Generated using TypeDoc