Versions in this module Expand all Collapse all v0 v0.0.2 Nov 11, 2024 Changes in this version + type UserDto struct + Account string + Claims datatypes.JSON + DisplayName string + Email string + EmailConfirmed bool + Id snowflake.ID + IsTemporaryPassword bool + Lockoutenabled bool + Lockoutend time.Time + OU string + OUId snowflake.ID + PasswordHash string + PhoneNumber string + PhoneNumberConfirmed bool + Roles []string + func NewUserDto(user *models.User) *UserDto + func (r *UserDto) GetEmail() string + func (r *UserDto) GetId() string + func (r *UserDto) GetPasswordHash() string + func (r *UserDto) GetUserName() string