Table of Contents

Class Client.InvokeFunctionOptions

Namespace
Supabase.Functions
Assembly
Supabase.Functions.dll

Options that can be supplied to a function invocation.

Note: If Headers.Authorization is set, it can be later overriden if a token is supplied in the method call.

public class Client.InvokeFunctionOptions
Inheritance
Client.InvokeFunctionOptions
Inherited Members

Properties

Body

Body of the Request

[JsonProperty("body")]
public Dictionary<string, object> Body { get; set; }

Property Value

Dictionary<string, object>

Headers

Headers to be included on the request.

public Dictionary<string, string> Headers { get; set; }

Property Value

Dictionary<string, string>

HttpTimeout

public TimeSpan HttpTimeout { get; set; }

Property Value

TimeSpan