// Authentication configuration.
"auth_config": {
"logical_names": [],
// Basic (login + password) authentication.
"basic": {
// Add 'auth-name:username' to tags making user discoverable by username.
"add_to_tags": true,
"min_login_length": 4,
"min_password_length": 6
},
"mhub": { // admin user pool
"region": "ap-southeast-1",
"user_pool_id": "ap-southeast-1_ir........",
"app_client_id": "4vnm..........",
"access_key_id": "AKIAW...........",
"secret_access_key": "yIGUtK.............",
},
"mhubconsumer": { // customer user pool
"region": "ap-southeast-1",
"access_key_id": "AKIAWA..............",
"secret_access_key": "yIGUtK................",
},
// Token authentication
"token": {
"expire_in": 1209600,
"serial_num": 1,
"key": "wfaY2RgF2S1......"
}
},