Click or drag to resize

TfaMechanismResourceHandler Constructor

TFA mechanism resource handler

Namespace: SanteDB.Rest.AMI.Resources
Assembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public TfaMechanismResourceHandler(
	ITfaService tfaRelay,
	ILocalizationService localizationService
)

Parameters

tfaRelay  ITfaService

[Missing <param name="tfaRelay"/> documentation for "M:SanteDB.Rest.AMI.Resources.TfaMechanismResourceHandler.#ctor(SanteDB.Core.Security.Services.ITfaService,SanteDB.Core.Services.ILocalizationService)"]

localizationService  ILocalizationService

[Missing <param name="localizationService"/> documentation for "M:SanteDB.Rest.AMI.Resources.TfaMechanismResourceHandler.#ctor(SanteDB.Core.Security.Services.ITfaService,SanteDB.Core.Services.ILocalizationService)"]

See Also