NONE
routerAuthMethod
debe configurarse como NONE
.API_KEY
x-api-key
.routerAuthMethod
debe ser API_KEY
.routerAuthParams
se define el campo x-api-key
con su valor.OAUTH2.0
client_credentials
tokenUrl
, grantType
, clientId
, clientSecret
y scope
.grantType
debe ser client_credentials
.password
tokenUrl
, grantType
, username
, password
y scope
.grantType
debe ser password
.routerAuthMethod
se listan los métodos separados por +
, por ejemplo: OAUTH2.0+API_KEY
.routerAuthParams
se deben incluir los parámetros correspondientes a cada método.apiConnect: true
en routerAuthParams
.