aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/credentials.h
diff options
context:
space:
mode:
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;