Click or drag to resize

SanteDB.Rest.OAuth.TokenRequestHandlers Namespace

 
Classes
 ClassDescription
Public classDefaultAuthorizationCodeTokenRequestHandler Token request handler for the authorization_code grant.
Public classDefaultClientCredentialsTokenRequestHandler Handles client_credentials grants from the token endpoint. This will process requests for applications when a user is not present.
Public classDefaultPasswordResetTokenRequestHandler Default implementation of the x_challenge grant token request handler
Public classDefaultPasswordTokenRequestHandler Token request handler for the password grant type. This handler will return a response with a user principal.
Public classDefaultRefreshTokenRequestHandler