isopruefi-frontend / api/api-client / ILogin
Interface: ILogin¶
Defined in: api/api-client.ts:1006
Represents the login credentials for a user.
Properties¶
password¶
password:
string
Defined in: api/api-client.ts:1012
Gets or sets the password of the user.
userName¶
userName:
string
Defined in: api/api-client.ts:1009
Gets or sets the username of the user.