Upgrades an application session to a user session.
Log in with login and password
1. Set the login
2. Set the password
3. As a result, the API returns a logged in user.
Log in with Firebase phone number
1. Set a social network provider
firebase_phone
as a social network provider.2. Use a `firebase_phone` parameter to set Firebase data
3. Set Firebase project ID
project_id
parameter to set Firebase project ID.4. Set Firebase access token
access_token
parameter to set Firebase access token.An access token is a token received from the social network after a user authenticates with it.5. As a result, the API returns the logged in user.
Log in with Facebook access token
1. Set a social network provider
provider
param to set a social network provider.2. Use a `keys` parameter to set an access token
3. Set an access token
4. As a result, the API returns a logged in user.
facebook
, firebase_phone
. 202