Description=RememberUser return a new login object with a new expiration time. Used to create a token by a new valid period. This new time duration is defined by the property expirationMinute that the value is expressed in minutes. The both parameter is required and the token need be valid (logged) to this request. Use case: A new object login information has a token that can be maintain the user connected instead of the user close the browser by write the information on a cookie.
|Parameters=
|ParamType=int
|ParamRequired=required
|ParamDescription=Sets the time duration for the token. This value is expressed in minutes. It's used when the device client wants to maintain the user logged during re-generate a long new token with another timeduration.