 | DefaultPasswordTokenRequestHandler Constructor |
Constructs a new instance of the handler.
Namespace: SanteDB.Rest.OAuth.TokenRequestHandlersAssembly: SanteDB.Rest.OAuth (in SanteDB.Rest.OAuth.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic DefaultPasswordTokenRequestHandler(
IPolicyEnforcementService policyEnforcementService,
IApplicationIdentityProviderService applicationIdentityProviderService
)
Public Sub New (
policyEnforcementService As IPolicyEnforcementService,
applicationIdentityProviderService As IApplicationIdentityProviderService
)
public:
DefaultPasswordTokenRequestHandler(
IPolicyEnforcementService^ policyEnforcementService,
IApplicationIdentityProviderService^ applicationIdentityProviderService
)
new :
policyEnforcementService : IPolicyEnforcementService *
applicationIdentityProviderService : IApplicationIdentityProviderService -> DefaultPasswordTokenRequestHandlerParameters
- 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