isopruefi-frontend / api/api-client / Login
Class: Login¶
Defined in: api/api-client.ts:966
Represents the login credentials for a user.
Implements¶
Constructors¶
Constructor¶
new Login(
data?):Login
Defined in: api/api-client.ts:974
Parameters¶
data?¶
Returns¶
Login
Properties¶
password¶
password:
string
Defined in: api/api-client.ts:972
Gets or sets the password of the user.
Implementation of¶
userName¶
userName:
string
Defined in: api/api-client.ts:969
Gets or sets the username of the user.
Implementation of¶
Methods¶
init()¶
init(
_data?):void
Defined in: api/api-client.ts:983
Parameters¶
_data?¶
any
Returns¶
void
toJSON()¶
toJSON(
data?):any
Defined in: api/api-client.ts:997
Parameters¶
data?¶
any
Returns¶
any
fromJS()¶
staticfromJS(data):Login
Defined in: api/api-client.ts:990
Parameters¶
data¶
any
Returns¶
Login