Class CreateUserWithAuthDto
Represents a data transfer object used to create a user along with authentication details.
public class CreateUserWithAuthDto
- Inheritance
-
CreateUserWithAuthDto
- Inherited Members
- Extension Methods
Properties
Authorizations
public List<Authorization> Authorizations { get; set; }
Property Value
User
public User User { get; set; }