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)
167
protected override string AdditionalPath =>
_options
.CallbackPath;
175
cookieOptions.Expires = expiresFrom.Add(
_options
.RemoteAuthenticationTimeout);