JwtBearerOptions.BackchannelTimeout Property

Definition

Gets or sets the timeout when using the backchannel to make an http call.

public:
 property TimeSpan BackchannelTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan BackchannelTimeout { get; set; }
member this.BackchannelTimeout : TimeSpan with get, set
Public Property BackchannelTimeout As TimeSpan

Property Value

Applies to