Type Alias: SocialLoginResponse
SocialLoginResponse =
object
Defined in: types.ts:516
Response returned after a successful social login.
Properties
| Property | Type | Defined in |
|---|---|---|
created | boolean | types.ts:517 |
session_id | string | types.ts:518 |
token | string | types.ts:519 |