Type alias LoginResponse

LoginResponse: {
    apiKey: string;
    masterKeys: string;
    privateKey: string;
    publicKey: string;
}

Type declaration

  • apiKey: string
  • masterKeys: string
  • privateKey: string
  • publicKey: string

Generated using TypeDoc