progress on jwt

This commit is contained in:
lennyaiko
2025-04-03 17:42:54 +01:00
parent 76fc959e2e
commit ec2ec07d60
2 changed files with 6 additions and 10 deletions
@@ -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": {
+4 -4
View File
@@ -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": {