1 write to _options
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectOptions.cs (1)
347_options = oidcOptions;
2 references to _options
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectOptions.cs (2)
350protected override string AdditionalPath => _options.CallbackPath; 358cookieOptions.Expires = expiresFrom.Add(_options.ProtocolValidator.NonceLifetime);