Tfa |
The TfaEmailMechanism type exposes the following members.
| Name | Description | |
|---|---|---|
| TfaEmailMechanism | DI Constructor |
| Name | Description | |
|---|---|---|
| Classification | Gets the classification of this TFA mechanism | |
| HostTypes | Get the host types that this mechanism is compatible with | |
| Id | Gets the identifier of the mechanism | |
| Name | Gets the name of the TFA mechanism | |
| SetupHelpText | Get the text which should be used to display as help |
| Name | Description | |
|---|---|---|
| BeginSetup | Create a shared secret to share with the user - this will be rendered as a QR code | |
| EndSetup | Complete the setup procedure by ensuring that the user was able to generate and share the configured code | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Send | Send the specified two factor authentication via the mechanism | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| Validate | Validate the secret |
| Name | Description | |
|---|---|---|
| MechanismId | Gets the mechanism ID for this implementation |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |