Type Alias: SocialLoginResponse
SocialLoginResponse =
object
Defined in: types.ts:647
Response returned after a successful social login.
Properties
| Property | Type | Defined in |
|---|---|---|
created | boolean | types.ts:648 |
session_id | string | types.ts:649 |
token | string | types.ts:650 |