Auth
post
Body
accessTokenstringOptional
refreshTokenstringOptional
Responses
200Success
application/json
post
/auth/logout200Success
get
Responses
200Success
application/json
get
/auth/me200Success
Last updated
Last updated
POST /samchon/nestia/auth/logout HTTP/1.1
Host: github.com
Content-Type: application/json
Accept: */*
Content-Length: 44
{
"accessToken": "text",
"refreshToken": "text"
}{
"ok": null
}GET /samchon/nestia/auth/me HTTP/1.1
Host: github.com
Accept: */*
{
"user": {
"sub": "text",
"iss": "text",
"aud": [
"text"
],
"tenantId": "text",
"roles": [
"text"
],
"scopes": [
"text"
],
"iat": 1,
"exp": 1,
"jti": "text",
"typ": null
}
}