* This file was auto-generated by openapi-typescript.
* Do not make direct changes to the file.
*/
exportinterfacepaths{
"/auth":{
parameters:{
query?:never;
header?:never;
path?:never;
cookie?:never;
};
/**
* Get authentication details
* @description Get the details for automatic authentication on third-party clients
*
* 1. Fetch this endpoint (res)
* 2. Send a direct message to `res.account` containing the content of `res.message_template` (replacing the placeholder(s))
* 3. Wait for a direct message originating from `res.account` and open the link that gets sent (the message won't contain just the link, the message may contain other text)