AuthProvider interface
Defines method that injects authentication info to http requests
Properties
Add |
Adds authentication info to http requests |
Property Details
AddAuthenticationInfo
Adds authentication info to http requests
AddAuthenticationInfo: (config: AxiosRequestConfig<any>) => Promise<AxiosRequestConfig<any>>
Property Value
(config: AxiosRequestConfig<any>) => Promise<AxiosRequestConfig<any>>