OData |
The ODataServiceProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Authenticator | Authenticator object for high-level authentication interaction. |
![]() ![]() | Credentials | Obsolete. The credentials used by the OData service. |
![]() ![]() | IsUsingOAuth | Attribute that determines if provider is configured for OAuth. |
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. |