Start a new topic

Unable to get response if using LoginAsync() while doing implicit login?

Hi,


I'm trying to get the username by doing below thing but it sending the response but user details are not appearing , also when performing LoginAsync is it possible to check the response first whether its success or not ?

User user = getClient().User().LoginAsync(username,password);

and user property  no user details appearing nor it is throwing any exception.

Also while using delegate we get an option of OnSuccess and Error but there is not something similar in LoginAsync function. Please advise.


Hi Utkarsh,


Which SDK are you using? Can you give me the SDK version as well?


In case it is not the latest, can you try with the latest version of the SDK first and try again?



Regards,

Wani

Kinvey Support

Hi Wasi,


I'm using 1.6.14 version , its returns  something enclosed in {{ }} braces but when i expand username is null and relevant details.

Can you please advise how can i get the user details/response with loginAsync so i can perform other operations while call is awaiting?

Login or Signup to post a comment