IdentityOptions Class
Definition
Represents all the options you can use to configure the identity system.
public ref class IdentityOptions
public class IdentityOptions
type IdentityOptions = class
Public Class IdentityOptions
- Inheritance
-
IdentityOptions
Constructors
IdentityOptions() |
Properties
ClaimsIdentity |
Gets or sets the ClaimsIdentityOptions for the identity system. |
Lockout |
Gets or sets the LockoutOptions for the identity system. |
Password |
Gets or sets the PasswordOptions for the identity system. |
SignIn |
Gets or sets the SignInOptions for the identity system. |
Stores |
Gets or sets the StoreOptions for the identity system. |
Tokens |
Gets or sets the TokenOptions for the identity system. |
User |
Gets or sets the UserOptions for the identity system. |