UNPKG

oauth-v2-client

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