User Wallet - Social Login
// Open in Webview (Mobile Native) or the browser and get redirected back with a response.
Body:
{
client-key: "KOMET_CLIENT_KEY",
client-secret: "KOMET_CLIENT_SECRET",
}
Response:
{
komet_bearer_token: String,
user: user_profile_details,
wallet: wallet_details,
local_share: String, //for the app to back up locally on the device
social_token_id: String,
}Last updated