The ODataServiceProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetODataContext(Uri, SecurityContext) |
Creates an ODataService from an URI and with the options of impersonating the authentication as current user (default) or system.
| |
GetODataContext(Uri, ICredentials) | Obsolete.
Gets and OData service.
| |
GetSystemToken |
Get token of a process system user.
| |
GetToken |
Get token for a specific user.
| |
Setup |
Performs setup of provider using Authenticator object.
|
See Also