- Preparing search index...
- The search index is not available
tilled-node
Function AuthLinksApiAxiosParamCreator
- AuthLinksApiAxiosParamCreator(configuration?): {
createAuthLink: ((tilled_account, AuthLinkCreateParams, options?) => Promise<RequestArgs>);
}
-
Returns {
createAuthLink: ((tilled_account, AuthLinkCreateParams, options?) => Promise<RequestArgs>);
}
-
createAuthLink: ((tilled_account, AuthLinkCreateParams, options?) => Promise<RequestArgs>)
-
- (tilled_account, AuthLinkCreateParams, options?): Promise<RequestArgs>
-
Parameters
-
tilled_account: string
-
-
Optional options: RawAxiosRequestConfig<any> = {}
Returns Promise<RequestArgs>
AuthLinksApi - axios parameter creator
Export