Click or drag to resize

SanteDB.Client.OAuth Namespace

 
Classes
 ClassDescription
Public classClientOAuthServiceBehavior An extension of the OAuthServiceBehavior which adds and removes cookies
Public classOAuthClaimsPrincipal Token claims principal.
Public classOAuthClient An implementation of the OAuth client
Public classOAuthClientCore Core OAuth/OIDC Client Implementation. This instance does not rely on any upstream or realm settings to function. For an upstream-backed OAuth client, use OAuthClient instead.
Public classCode exampleOAuthCookieRefreshTokenHandler A special token handler for client scenarios where the client does not have access to the refresh token for security purposes.
Public classOAuthTokenApplicationIdentity Represnts an authenticated application token identity
Public classOAuthTokenIdentity An implementation of the IClaimsIdentity which is constructed from an OAUTH token
Interfaces
 InterfaceDescription
Public interfaceIClientOAuthServiceContract Service contract for OAUTH