IOAuth |
public interface IOAuthClientEntityService : IOAuthClientQueryService, IBusinessService
The IOAuthClientEntityService type exposes the following members.
Name | Description | |
---|---|---|
Create | Creates a new OAuthClient | |
Delete | Deletes the specified OAuthClient. | |
Get |
Gets a list of OAuthClients matching the specified filter.
(Inherited from IOAuthClientQueryService) | |
GetAll |
Gets all OAuthClients
(Inherited from IOAuthClientQueryService) | |
GetSingle |
Gets a single OAuthClient matching the provided filter.
(Inherited from IOAuthClientQueryService) | |
Update | Updates the specified OAuthClient |