Property RequestTimeout
RequestTimeout
Gets or sets the timeout for requests made to the authorization
service.
Declaration
public TimeSpan RequestTimeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan | The timeout for requests made to the authorization service. The default is 2 minutes (120 seconds). |
Remarks
Currently the driver needs to make requests to the authorization
service only when using instance principal or OKE workload
identity. The default value will suffice for most applications.