1
0

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",
"properties": {
"resultCode": {
"access_token": {
"type": "string",
"example": "00"
},
"resultDescription": {
"type": "string",
"example": "Successful"
"example": "access_token"
}
},
"xml": {
+4 -4
View File
@@ -1,13 +1,13 @@
{
"type": "object",
"properties": {
"resultCode": {
"access_token": {
"type": "string",
"example": "00"
"example": "access_token"
},
"resultDescription": {
"refresh_token": {
"type": "string",
"example": "Successful"
"example": "refresh_token"
}
},
"xml": {