/** * Service to transfer Auth Token across domains * This service is used to temporarily store the user's Auth Token in Redis when changing domains, to get around cross site issues * * OpenAPI spec version: 0.0.1-SNAPSHOT * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ export interface TransferInformation { accessToken?: string; memberId?: string; refreshToken?: string; }