Click or drag to resize

ITfaMechanismEndSetup Method

Complete the setup procedure by ensuring that the user was able to generate and share the configured code

Namespace: SanteDB.Core.Security.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
bool EndSetup(
	IIdentity user,
	string verificationCode
)

Parameters

user  IIdentity
The user for which setup is being completed
verificationCode  String
The verification code sent to the user

Return Value

Boolean
True if setup was completed
See Also