| Method and Description |
|---|
| com.unblu.coresdk.UnbluCoreApiConfiguration.getLoginPassword()
This should no longer be used at all! If the person should be logged in, use
UnbluCoreApiConfiguration.setCustomCookies(Map) with authentication cookies instead |
| com.unblu.coresdk.UnbluCoreApiConfiguration.getLoginUsername()
This should no longer be used at all! If the person should be logged in, use
UnbluCoreApiConfiguration.setCustomCookies(Map) with authentication cookies instead |
| com.unblu.coresdk.UnbluCoreApiConfiguration.setLoginInformation(String, String)
This should no longer be used at all! If the person should be logged in, use
UnbluCoreApiConfiguration.setCustomCookies(Map) with authentication cookies instead |