Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
breakoutModewide
languagec#
var peiService = new PeiApiConfiguration()
  .WithStagingAuth("democlient", "demosecret")   .CreateService();
Code Block
breakoutModewide
languagec#
var peiService = new PeiApiConfiguration()
  .WithStagingAuth("democlient//.WithAuth("clientId", "demosecretsecret") for production
  .CreateService();

PurchaseAccess payment flow, where the buyer has not confirmed access yet:

...