Click or drag to resize

ITokenRequestHandler Interface

A handler that can process a token endpoint request.

Namespace: SanteDB.Rest.OAuth.Abstractions
Assembly: SanteDB.Rest.OAuth (in SanteDB.Rest.OAuth.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public interface ITokenRequestHandler : IServiceImplementation

The ITokenRequestHandler type exposes the following members.

Properties
 NameDescription
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Public propertySupportedGrantTypes Gets the supported grant types for the Token handler. This value is read during instantiation to "wire up" the handler to the grant types it will process.
Top
Methods
 NameDescription
Public methodHandleRequest Handle a request for a token.
Top
See Also