Example #1
0
 public static string Get(ApplicationContext appCtx, string descriptor, ServiceAccountMode mode)
 {
     return(_tenantProvider.GetServiceAccount(appCtx.ID, descriptor, mode));
 }
 public string GetServiceAccount(string appId, string descriptor, ServiceAccountMode mode)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public string GetServiceAccount(string appId, string descriptor, ServiceAccountMode mode)
 {
     throw new NotImplementedException();
 }