RegisterRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The request type for the "/register" endpoint added by MapIdentityApi<TUser>(IEndpointRouteBuilder).
public sealed class RegisterRequest
type RegisterRequest = class
Public NotInheritable Class RegisterRequest
- Inheritance
-
RegisterRequest
Constructors
RegisterRequest() |
Properties
The user's email address which acts as a user name. |
|
Password |
The user's password. |