Click or drag to resize

IOAuthClient Interface

Represents an interface for implementing classes which communicate with an OAuth service

Namespace: SanteDB.Client.Services
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public interface IOAuthClient : IDisposable

The IOAuthClient type exposes the following members.

Methods
 NameDescription
Public methodAuthenticateApp Authenticate an application given an authenticated device principal.
Public methodAuthenticateUser Authenticate a user given an authenticated device principal and optionally a specific application.
Public methodChallengeAuthenticateUser Login for the purposes of changing a password only
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public methodRefresh Refresh the current refreshToken
Top
See Also