Function AuthLinksApiFp

  • AuthLinksApi - functional programming interface

    Export

    Parameters

    Returns {
        createAuthLink(tilled_account, AuthLinkCreateParams, options?) => Promise<((axios?, basePath?) => AxiosPromise<AuthLinkDto>)>;
    }

    • createAuthLink:function
      • Creates an Auth Link for a User.

        Summary

        Create an Auth Link

        Throws

        Parameters

        • tilled_account: string

          The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.

        • AuthLinkCreateParams: AuthLinkCreateParams
        • Optional options: RawAxiosRequestConfig<any>

          Override http request option.

        Returns Promise<((axios?, basePath?) => AxiosPromise<AuthLinkDto>)>

Generated using TypeDoc