UNPKG

oauth-v2-client

Version:
6 lines (5 loc) 149 B
declare type GetAuthorizationUrlFuncType = { callbackUrl: string; responseType?: string; }; export default GetAuthorizationUrlFuncType;