โ๏ธTroubleshooting Credentials
Pathing
//Initialize Perigee, and configure credentials
PerigeeApplication.ApplicationNoInit("App", (c) => {
CredentialStore.RegisterConnectionString("main", "main_test");
CredentialStore.RegisterRefresh("customCred", (o) => {});
});Initialize outside Perigee
Naming the Credential
Last updated
