| 331 | * @category Management |
| 332 | */ |
| 333 | export interface EventingFunctionUrlAuth { |
| 334 | /** |
| 335 | * The method of authentication to use. |
| 336 | */ |
| 337 | method: EventingFunctionUrlAuthMethod |
| 338 | } |
| 339 | |
| 340 | /** |
| 341 | * Specifies that Basic authentication should be used for the URL. |
nothing calls this directly
no outgoing calls
no test coverage detected