App 로그아웃
DELETE https://{auth-domain}/v1.0/auth/app/logout
Headers
Name
Type
Description
Authorization*
string
Bearer {{app-access-token}}
{
"return": 0,
"message": "success"
}curl --location --request DELETE 'https://{auth-domain}/v1.0/auth/app/logout' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1...'return
message
desc.
0
success
성공
13002
Redis Error
내부 redis 에러
20000
Invalid jwt token
유효하지 않은 토큰
20001
Expired jwt token
만료된 토큰
Last updated