Class EventingFunctionUrlAuthBasic

Specifies that Basic authentication should be used for the URL.

Hierarchy

  • EventingFunctionUrlAuthBasic

Implements

Constructors

Properties

Constructors

Properties

method: EventingFunctionUrlAuthMethod = EventingFunctionUrlAuthMethod.Basic

Sets the auth method to Basic.

password: string

Specifies the password to use for authentication.

username: string

Specifies the username to use for authentication.

Generated using TypeDoc