1 write to _options
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationOptions.cs (1)
164_options = remoteAuthenticationOptions;
2 references to _options
Microsoft.AspNetCore.Authentication (2)
RemoteAuthenticationOptions.cs (2)
167protected override string AdditionalPath => _options.CallbackPath; 175cookieOptions.Expires = expiresFrom.Add(_options.RemoteAuthenticationTimeout);