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