Class WhenFreshApiClientOptions
A class representing configurable options within the WhenFreshApiClient.
Inherited Members
Namespace: WhenFresh.Api.Client.Configuration
Assembly: WhenFresh.Api.Client.dll
Syntax
public class WhenFreshApiClientOptions
Constructors
WhenFreshApiClientOptions()
A class representing configurable options within the WhenFreshApiClient.
Declaration
public WhenFreshApiClientOptions()
Properties
Clock
A class representing configurable options within the WhenFreshApiClient.
Declaration
public Func<DateTimeOffset> Clock { get; set; }
Property Value
Type | Description |
---|---|
Func<DateTimeOffset> |
Credentials
A class representing configurable options within the WhenFreshApiClient.
Declaration
public IOAuth2Credentials Credentials { get; set; }
Property Value
Type | Description |
---|---|
IOAuth2Credentials |
Http
A class representing configurable options within the WhenFreshApiClient.
Declaration
public HttpOptions Http { get; }
Property Value
Type | Description |
---|---|
HttpOptions |
Retries
A class representing configurable options within the WhenFreshApiClient.
Declaration
public RetryHandlerOptions Retries { get; }
Property Value
Type | Description |
---|---|
RetryHandlerOptions |