Web 계정 로그인/가입
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"return": 0,
"message": "success",
"value": {
"access_token": "eyJhbGciOiJIUzI1NiI.......q2_P8nQAO3U",
"refresh_token": "eyJhbGciOiJIUzI1Ni.....mef6xVdPn4urbMYByVi73VE",
"access_uuid": "00ab5435-d840-4916-8753-5a9fd74e3da5",
"refresh_uuid": "583d919c-1df4-4734-9c5d-88e55a4582f5",
"access_token_expire_dt": 1710865506865,
"refresh_token_expire_dt": 1710865506865,
"inno_uid": "Qf40Wch7uricUnCcZapBqntoEHgykf4cD/FlvEDlRUs=",
"is_joined": false,
"au_id": 5,
"social_type": 1,
"is_migrated": true,
"zklogin": {
"id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6.......JTEhZMLsg",
"ephemeral_publickey": "AOlMG1EuX/rYa7MPDC+YP2/USB5olfMZbd08whb8QEQW",
"salt": "74618950994268702983342581215713993381",
"epoch": 313,
"randomness": "67617438664689110855700478339690217321",
"private_key": "0x3232323232"
}
}
}key
data type
desc.
return
message
desc.
Last updated