/**
 * Flowtype definitions for Auth
 * Generated by Flowgen from a Typescript Definition
 * Flowgen v1.14.1
 */

declare export class Auth {
  username?: string;
  token?: string;
  confirmationCode?: string;
  constructor(data?: any): this;
}
