TFA/MFA Secret Generator
ITwoFactorSecretGenerator
in assembly SanteDB.Core.Api version 2.1.151.0
Summary
Identifies a class which can generate TFA secrets
Properties
Property | Type | Access | Description |
---|---|---|---|
Name | String | R | Gets the name of the TFA generator |
Operations
Operation | Response/Return | Input/Parameter | Description |
---|---|---|---|
GenerateTfaSecret | String | none | TODO |
Validate | Boolean | String secret | Validates the secret |
Implementations
Simple TFA Secret Generator - (SanteDB.Server.Core)
Represents a TFA secret generator which uses the server's clock
Service Registration
Example Implementation
References
Last updated