feature/implement-external-login-api #30
@@ -25,7 +25,7 @@ public class HomeboxEntity extends ConnectionEntity {
|
|||||||
HomeboxEntity he = new HomeboxEntity();
|
HomeboxEntity he = new HomeboxEntity();
|
||||||
|
|
||||||
he.setAppUrl(request.appUrl());
|
he.setAppUrl(request.appUrl());
|
||||||
he.setUsername(request.credentials().get("username"));
|
he.setUsername(request.username());
|
||||||
he.setToken(response.token());
|
he.setToken(response.token());
|
||||||
he.setAttachmentToken(response.getExtraVar("attachmentToken"));
|
he.setAttachmentToken(response.getExtraVar("attachmentToken"));
|
||||||
he.setExpiresAt(response.expiresAt());
|
he.setExpiresAt(response.expiresAt());
|
||||||
|
|||||||
Reference in New Issue
Block a user