OAuth Client
Http client based on Axios for using with oauth server.
Before use You need to provide set environment variable:
APIURL
- baseUrl for Axios instanceTOKEN_ENDPOINT
- OAuth server endpointCLIENT_ID
- OAuth client idCLIENT_SECRET
- OAuth client client_secretUsage is the same like using clean axios, see example here
Remember to set environment variable before use client