diff options
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/bbs-token-template.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/bbs-token-template.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/bbs-token-template.json b/platform-logic/restapi-templates/src/main/json/bbs-token-template.json new file mode 100644 index 00000000..d2526713 --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/bbs-token-template.json @@ -0,0 +1,5 @@ +{ +"userName":"tokenUser", +"grantType":"password", +"value":"Test_12345" +} |