Click or drag to resize

DefaultRefreshTokenRequestHandlerHandleRequest Method

Handle a request for a token.

Namespace: SanteDB.Rest.OAuth.TokenRequestHandlers
Assembly: SanteDB.Rest.OAuth (in SanteDB.Rest.OAuth.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public bool HandleRequest(
	OAuthTokenRequestContext context
)

Parameters

context  OAuthTokenRequestContext
The context for the request.

Return Value

Boolean
True if the handler was successful. False otherwise.

Implements

ITokenRequestHandlerHandleRequest(OAuthTokenRequestContext)
See Also