Click or drag to resize

DefaultPasswordTokenRequestHandler Constructor

Constructs a new instance of the handler.

Namespace: SanteDB.Rest.OAuth.TokenRequestHandlers
Assembly: SanteDB.Rest.OAuth (in SanteDB.Rest.OAuth.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public DefaultPasswordTokenRequestHandler(
	IPolicyEnforcementService policyEnforcementService,
	IApplicationIdentityProviderService applicationIdentityProviderService
)

Parameters

policyEnforcementService  IPolicyEnforcementService

[Missing <param name="policyEnforcementService"/> documentation for "M:SanteDB.Rest.OAuth.TokenRequestHandlers.DefaultPasswordTokenRequestHandler.#ctor(SanteDB.Core.Security.Services.IPolicyEnforcementService,SanteDB.Core.Security.Services.IApplicationIdentityProviderService)"]

applicationIdentityProviderService  IApplicationIdentityProviderService

[Missing <param name="applicationIdentityProviderService"/> documentation for "M:SanteDB.Rest.OAuth.TokenRequestHandlers.DefaultPasswordTokenRequestHandler.#ctor(SanteDB.Core.Security.Services.IPolicyEnforcementService,SanteDB.Core.Security.Services.IApplicationIdentityProviderService)"]

See Also