UNPKG

oauth-v2-client

Version:
7 lines (4 loc) 219 B
import { AxiosError } from "axios"; import TokenRequestType from "./TokenRequestType"; type ClientCredentialsGrantFuncConfig<T = any> = TokenRequestType<T> & {}; export default ClientCredentialsGrantFuncConfig;