I am using Liferay 6.2 CE. We have Liferay web application and now we want to make mobile(android) app for the same.
I will have to provide a login API using which registered user can login from mobile in Liferay web-app. Once user will be logged in he can continue access the website.
Also I need one access token based on that I can validate next api with the provided access_token.
Does liferay provide any login API?