Skip to content
DocsTry Aspire
DocsTry

PostaClientSettings Properties

ClassProperties4 members
Configuration used by the Posta HTTP client.
AccessTokenSection titled AccessTokennullablestring?
Gets or sets a JWT issued by the Posta login endpoint.
public string? AccessToken { get; set; }
ApiKeySection titled ApiKeynullablestring?
Gets or sets a long-lived Posta API key.
public string? ApiKey { get; set; }
EndpointSection titled EndpointnullableUri?
Gets or sets the Posta server base address.
public Uri? Endpoint { get; set; }
TimeoutSection titled TimeoutTimeSpan
Gets or sets the request timeout.
public TimeSpan Timeout { get; set; }