34 #ifndef NET_GRPC_NODE_SERVER_CREDENTIALS_H_
35 #define NET_GRPC_NODE_SERVER_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(CreateSsl);
66 static NAN_METHOD(CreateFake);
67 static NanCallback *constructor;
69 static v8::Persistent<v8::FunctionTemplate> fun_tpl;
77 #endif // NET_GRPC_NODE_SERVER_CREDENTIALS_H_
Definition: server_credentials.h:46
Definition: credentials.h:174