Skip to main content

Enumeration: UserDataSuggestionStatus

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

Status of the returned user data suggestion and information on usability

Enumeration Members

ALREADY_REGISTERED

ALREADY_REGISTERED = "already-registered"

No suggestions are returned, as the user the registration token was for is already registered

Defined in

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


NO_DATA

NO_DATA = "no-data"

No suggestions can be made as no data is available

Defined in

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


OK

OK = "ok"

The sugestions contains usable data

Defined in

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


USERNAME_TAKEN

USERNAME_TAKEN = "username-taken"

No suggestion for the username is given, as the username suggested is already taken This might also mean that the user only wants to link an accound and not register new

Defined in

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