 | TfaEmailMechanismBeginSetup Method |
Create a shared secret to share with the user - this will be rendered as a QR code
Namespace: SanteDB.Core.Security.TfaAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic string BeginSetup(
IIdentity user
)
Public Function BeginSetup (
user As IIdentity
) As String
public:
virtual String^ BeginSetup(
IIdentity^ user
) sealed
abstract BeginSetup :
user : IIdentity -> string
override BeginSetup :
user : IIdentity -> string Parameters
- user IIdentity
- The user which is to have the shared secret established
Return Value
StringThe contents of a QR code to validate
Implements
ITfaMechanismBeginSetup(IIdentity)
See Also