PostaClientSettings Properties
ClassProperties4 members
Configuration used by the Posta HTTP client.
Gets or sets a JWT issued by the Posta login endpoint.
public string? AccessToken { get; set; }Gets or sets a long-lived Posta API key.
public string? ApiKey { get; set; }Gets or sets the Posta server base address.
public Uri? Endpoint { get; set; }Gets or sets the request timeout.
public TimeSpan Timeout { get; set; }