1 instantiation of UserOptions
Microsoft.Extensions.Identity.Core (1)
IdentityOptions.cs (1)
25public UserOptions User { get; set; } = new UserOptions();
3 references to UserOptions
Microsoft.Extensions.Identity.Core (3)
IdentityOptions.cs (3)
20/// Gets or sets the <see cref="UserOptions"/> for the identity system. 23/// The <see cref="UserOptions"/> for the identity system. 25public UserOptions User { get; set; } = new UserOptions();