public static class ODataServiceProvider
Public NotInheritable Class ODataServiceProvider
public ref class ODataServiceProvider abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ODataServiceProvider = class end
Authenticator | Authenticator object for high-level authentication interaction. |
Credentials |
The credentials used by the OData service.
Obsolete. |
IsUsingOAuth | Attribute that determines if provider is configured for OAuth. |
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) |
Gets and OData service.
Obsolete. |
GetSystemToken | Get token of a process system user. |
GetToken | Get token for a specific user. |
Setup | Performs setup of provider using Authenticator object. |