UNPKG

oauth-v2-client

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