Web Token 검증

GET https://{auth-domain}/v1.0/auth/token/verify

Headers

Name
Type
Description

Authorization*

String

Bearer {{web-access-token}}

{
    "return": 0,
    "message": "success",
    "value": {
        "login_type": 4,
        "uuid": "969fb180-5226-4f77-802f-2a9d915964bd",
        "inno_uid": "JkoYuFvEhHHzuTapl4yo7s5HLwCO/9eNI+8sobpblFMdu/+5oTNsbJou0riGTgEC",
        "au_id": 5521,
        "social_type": 1
    }
}
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

Last updated