Skip to main content

Class: UserDataSuggestionResponse

api-login/dto/user-inputs.dto.UserDataSuggestionResponse

Return data of the user data sugestion endpoint

Constructors

constructor

new UserDataSuggestionResponse()

Properties

displayName

Optional displayName: string

A potential name to display in the UI for the new user.

Example

"Test User"

Defined in

login-service/src/api-login/dto/user-inputs.dto.ts:177


email

Optional email: string

A potential email of the new user.

Example

"test-user@example.com"

Defined in

login-service/src/api-login/dto/user-inputs.dto.ts:184


status

status: UserDataSuggestionStatus

Status of the returned user data suggestion and information on usability

Defined in

login-service/src/api-login/dto/user-inputs.dto.ts:162


username

Optional username: string

A potential username to use for the registration. If one is given, it was free the moment the suggestion is retrieved

Example

"testUser"

Defined in

login-service/src/api-login/dto/user-inputs.dto.ts:170