토큰 발급
Last updated
Last updated
POST /token HTTP/1.1
Host: dauth_server
Content-Type: application/json
Accept: */*
Content-Length: 69
{
"code": "123e4567-e89b-12d3-a456-426614174000",
"clientSecret": "text"
}{
"accessToken": "text",
"refreshToken": "text",
"idToken": "text",
"tokenType": "text"
}