1 write to BackchannelTimeout
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerConfigureOptions.cs (1)
51options.BackchannelTimeout = StringHelpers.ParseValueOrDefault(configSection[nameof(options.BackchannelTimeout)], _invariantTimeSpanParse, options.BackchannelTimeout);
4 references to BackchannelTimeout
Microsoft.AspNetCore.Authentication.JwtBearer (3)
JwtBearerConfigureOptions.cs (2)
51options.BackchannelTimeout = StringHelpers.ParseValueOrDefault(configSection[nameof(options.BackchannelTimeout)], _invariantTimeSpanParse, options.BackchannelTimeout);
JwtBearerPostConfigureOptions.cs (1)
56options.Backchannel.Timeout = options.BackchannelTimeout;
Microsoft.AspNetCore.Authentication.Test (1)
JwtBearerTests_Handler.cs (1)
985Assert.Equal(TimeSpan.FromSeconds(60), jwtBearerOptions.BackchannelTimeout);