Web Token 검증
GET
https://{auth-domain}/v1.0/auth/token/verify
Headers
Name
Type
Description
Authorization*
String
Bearer {{web-access-token}}
key
data type
desc.
login_type
int
로그인 type (WebLogin = 4)
uuid
string
access token uuid
inno_uid
string
inno uid
au_id
int64
au id
zklogin
object
id_token
string
소셜 id 토큰
salt
string
Zklogin에 사용될 salt 정보
ephemeral_publickey
string
Zklogin 에 사용될 정보
epoch
int64
Zklogin 에 사용될 정보
randomness
string
Zklogin 에 사용될 정보
private_key
string
Zklogin 에 사용될 정보
Last updated