Esempio n. 1
0
 public PlatformGateway(PlatformEnvironment environment, Cookie authenticationCookie)
 {
     Configuration = new Configuration(environment, authenticationCookie);
 }
Esempio n. 2
0
 public PlatformGateway(PlatformEnvironment environment, string publicKey, string privateKey)
 {
     Configuration = new Configuration(environment, publicKey, privateKey);
 }