jyb2605 / d2-react-native

1 stars 1 forks source link

로그인 토큰 재발급 명세서 #11

Open jyb2605 opened 5 years ago

jyb2605 commented 5 years ago

로그인 토큰 재발급

Request

HTTP Method URI
GET /users/refresh
Name Value Description
content-type application/json
Name Type Description
refresh_token K5yNLOhdM... 재발급 토큰


Response

Success

Name Value Description
content-type application/json
Name Value Description
code 200 response 코드번호
access_token AAAAN2d......oU= access 토큰
refresh_token K5yNLOhdMZo6t... refresh 토큰
token_type bearer 토큰 방식
{
      "code":200,
      "token_type":"bearer",
      "access_token":"[Oauth 토큰]",
      "refresh_token":"[재발급 토큰]"
}


Fail

Status Description

<Status>

FIXME: fill response data




relate to issue

FIXME: Describe relate to issue

  • 기능 목록화 #5