progress on jwt

This commit is contained in:
lennyaiko
2025-04-03 17:41:07 +01:00
parent 362f31c100
commit 76fc959e2e
6 changed files with 144 additions and 1 deletions
@@ -0,0 +1,12 @@
{
"type": "object",
"properties": {
"access_token": {
"type": "string",
"example": "access_token"
}
},
"xml": {
"name": "AuthorizeRefreshRequest"
}
}
@@ -0,0 +1,16 @@
{
"type": "object",
"properties": {
"resultCode": {
"type": "string",
"example": "00"
},
"resultDescription": {
"type": "string",
"example": "Successful"
}
},
"xml": {
"name": "AuthorizeRefreshResponse"
}
}