progress on jwt
This commit is contained in:
@@ -1,13 +1,9 @@
|
|||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"resultCode": {
|
"access_token": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"example": "00"
|
"example": "access_token"
|
||||||
},
|
|
||||||
"resultDescription": {
|
|
||||||
"type": "string",
|
|
||||||
"example": "Successful"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"xml": {
|
"xml": {
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"resultCode": {
|
"access_token": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"example": "00"
|
"example": "access_token"
|
||||||
},
|
},
|
||||||
"resultDescription": {
|
"refresh_token": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"example": "Successful"
|
"example": "refresh_token"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"xml": {
|
"xml": {
|
||||||
|
|||||||
Reference in New Issue
Block a user