aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/credentials.h
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-07-27 14:16:44 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-07-27 14:16:44 -0700
commit6249c0cf78ed99b484d2477318d6d1f16ac0c000 (patch)
tree8bb0ed3e7256288aa9fc2526ad17802a10ec63e4 /src/node/ext/credentials.h
parent6aff7aa335c8d33c091ffbe4b99d3f339897de03 (diff)
Added explicit insecure credentials constructors
Diffstat (limited to 'src/node/ext/credentials.h')
-rw-r--r--src/node/ext/credentials.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node/ext/credentials.h b/src/node/ext/credentials.h
index 794736fe1a..62957e61c3 100644
--- a/src/node/ext/credentials.h
+++ b/src/node/ext/credentials.h
@@ -68,6 +68,7 @@ class Credentials : public ::node::ObjectWrap {
static NAN_METHOD(CreateGce);
static NAN_METHOD(CreateFake);
static NAN_METHOD(CreateIam);
+ static NAN_METHOD(CreateInsecure);
static NanCallback *constructor;
// Used for typechecking instances of this javascript class
static v8::Persistent<v8::FunctionTemplate> fun_tpl;