34 #ifndef NET_GRPC_NODE_CREDENTIALS_H_
35 #define NET_GRPC_NODE_CREDENTIALS_H_
39 #include "grpc/grpc.h"
40 #include "grpc/grpc_security.h"
48 static void Init(v8::Handle<v8::Object> exports);
49 static bool HasInstance(v8::Handle<v8::Value> val);
64 static NAN_METHOD(New);
65 static NAN_METHOD(CreateDefault);
66 static NAN_METHOD(CreateSsl);
67 static NAN_METHOD(CreateComposite);
68 static NAN_METHOD(CreateGce);
69 static NAN_METHOD(CreateFake);
70 static NAN_METHOD(CreateIam);
71 static NanCallback *constructor;
73 static v8::Persistent<v8::FunctionTemplate> fun_tpl;
81 #endif // NET_GRPC_NODE_CREDENTIALS_H_
Definition: credentials.h:46
Definition: credentials.h:111