PostaClientSettings
Classsealednet10.0
Configuration used by the Posta HTTP client.
namespace CommunityToolkit.Aspire.Posta.Configuration;
public sealed class PostaClientSettings{ // ...}5 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesAccessTokenget; setstring?Gets or sets a JWT issued by the Posta login endpoint.
ApiKeyget; setstring?Gets or sets a long-lived Posta API key.
Endpointget; setUri?Gets or sets the Posta server base address.
Timeoutget; setTimeSpanGets or sets the request timeout.