forked from DigiFi/digifi-BankToProductCore
progress on jwt
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"resultCode": {
|
||||
"access_token": {
|
||||
"type": "string",
|
||||
"example": "00"
|
||||
},
|
||||
"resultDescription": {
|
||||
"type": "string",
|
||||
"example": "Successful"
|
||||
"example": "access_token"
|
||||
}
|
||||
},
|
||||
"xml": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user