Type Alias: SocialLoginResponse
SocialLoginResponse =
object
Defined in: types.ts:677
Response returned after a successful social login.
Properties
| Property | Type | Defined in |
|---|---|---|
created | boolean | types.ts:678 |
session_id | string | types.ts:679 |
token | string | types.ts:680 |