Click or drag to resize

DefaultPasswordResetTokenRequestHandler 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 DefaultPasswordResetTokenRequestHandler(
	IPolicyEnforcementService policyService,
	ISecurityChallengeIdentityService securityChallengeService,
	IApplicationIdentityProviderService applicationIdentityProviderService
)

Parameters

policyService  IPolicyEnforcementService

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

securityChallengeService  ISecurityChallengeIdentityService

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

applicationIdentityProviderService  IApplicationIdentityProviderService

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

See Also