public ManagedTokenOrganizationServiceProxy(IServiceManagement <IOrganizationService> serviceManagement, ClientCredentials credentials) : base(serviceManagement, credentials) { this._proxyManager = new AutoRefreshSecurityToken <OrganizationServiceProxy, IOrganizationService>(this); }
public ManagedTokenDiscoveryServiceProxy(IServiceManagement <IDiscoveryService> serviceManagement, ClientCredentials credentials) : base(serviceManagement, credentials) { this._proxyManager = new AutoRefreshSecurityToken <DiscoveryServiceProxy, IDiscoveryService>(this); }
public ManagedTokenOrganizationServiceProxy(IServiceManagement <IOrganizationService> serviceManagement, SecurityTokenResponse securityTokenResponse) : base(serviceManagement, securityTokenResponse) { this._proxyManager = new AutoRefreshSecurityToken <OrganizationServiceProxy, IOrganizationService>(this); }
public ManagedTokenDiscoveryServiceProxy(IServiceManagement <IDiscoveryService> serviceManagement, SecurityTokenResponse securityTokenResponse) : base(serviceManagement, securityTokenResponse) { this._proxyManager = new AutoRefreshSecurityToken <DiscoveryServiceProxy, IDiscoveryService>(this); }