Function AuthLinksApiAxiosParamCreator

  • AuthLinksApi - axios parameter creator

    Export

    Parameters

    Returns {
        createAuthLink: ((tilled_account, AuthLinkCreateParams, options?) => Promise<RequestArgs>);
    }

    • createAuthLink: ((tilled_account, AuthLinkCreateParams, options?) => Promise<RequestArgs>)
        • (tilled_account, AuthLinkCreateParams, options?): Promise<RequestArgs>
        • 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<RequestArgs>

Generated using TypeDoc