1 instantiation of SignInOptions
Microsoft.Extensions.Identity.Core (1)
IdentityOptions.cs (1)
49
public SignInOptions SignIn { get; set; } = new
SignInOptions
();
3 references to SignInOptions
Microsoft.Extensions.Identity.Core (3)
IdentityOptions.cs (3)
44
/// Gets or sets the <see cref="
SignInOptions
"/> for the identity system.
47
/// The <see cref="
SignInOptions
"/> for the identity system.
49
public
SignInOptions
SignIn { get; set; } = new SignInOptions();