Interface EventingFunctionUrlAuth

Specifies a type of url authentication to use.

interface EventingFunctionUrlAuth {
    method: EventingFunctionUrlAuthMethod;
}

Implemented by

Properties

Properties

The method of authentication to use.