forked from engineering/cloudservices
Security.keyBase changed to protected/readonly
parent
36f7660afd
commit
f341f5364d
|
@ -7,7 +7,7 @@ import { AccountInterface } from '../models';
|
|||
export default class Security {
|
||||
public client: Client;
|
||||
|
||||
private keyBase: { key: string, iv: string };
|
||||
protected readonly keyBase: { key: string, iv: string };
|
||||
|
||||
constructor(client: Client) {
|
||||
this.client = client;
|
||||
|
|
Loading…
Reference in New Issue