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