 | OAuthClientCoreGetRestClient Method |
Gets the rest client from the factory for the auth provider (oauth)
Namespace: SanteDB.Client.OAuthAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxprotected virtual IRestClient GetRestClient()
Protected Overridable Function GetRestClient As IRestClient
protected:
virtual IRestClient^ GetRestClient()
abstract GetRestClient : unit -> IRestClient
override GetRestClient : unit -> IRestClient
Return Value
IRestClient[Missing <returns> documentation for "M:SanteDB.Client.OAuth.OAuthClientCore.GetRestClient"]
See Also