AuthProvider interface
Warning
This API is now deprecated.
This package will be deprecated by 2026-07. Please use Microsoft 365 Agents SDK instead.
Defines method that injects authentication info to http requests
Properties
| Add |
Adds authentication info to http requests |
Property Details
AddAuthenticationInfo
Warning
This API is now deprecated.
This package will be deprecated by 2026-07. Please use Microsoft 365 Agents SDK instead.
Adds authentication info to http requests
AddAuthenticationInfo: (config: AxiosRequestConfig<any>) => Promise<AxiosRequestConfig<any>>
Property Value
(config: AxiosRequestConfig<any>) => Promise<AxiosRequestConfig<any>>