public Configuration(IDynabicEnvironment environment, Cookie authenticationCookie) { this.Environment = environment; this.AuthenticationCookie = authenticationCookie; }
public Configuration(IDynabicEnvironment environment, string publicKey, string privateKey) { this.Environment = environment; this.PublicKey = publicKey; this.PrivateKey = privateKey; }