- Preparing search index...
- The search index is not available
tilled-node
- AuthLinksApiFp(configuration?): {
createAuthLink(tilled_account, AuthLinkCreateParams, options?) => Promise<((axios?, basePath?) => AxiosPromise<AuthLinkDto>)>;
}
-
Returns {
createAuthLink(tilled_account, AuthLinkCreateParams, options?) => Promise<((axios?, basePath?) => AxiosPromise<AuthLinkDto>)>;
}
-
createAuthLink:function
- createAuthLink(tilled_account, AuthLinkCreateParams, options?): Promise<((axios?, basePath?) => AxiosPromise<AuthLinkDto>)>
-
Parameters
-
tilled_account: string
-
-
Optional
options: RawAxiosRequestConfig<any>
Returns Promise<((axios?, basePath?) => AxiosPromise<AuthLinkDto>)>
AuthLinksApi - functional programming interface
Export