Class ExecuteActionsEmailRequest
Send an email to the user with a link they can click to execute particular actions.
public class ExecuteActionsEmailRequest
- Inheritance
-
ExecuteActionsEmailRequest
- Inherited Members
Properties
Actions
public IList<string>? Actions { get; init; }
Property Value
ClientId
Client id
public string? ClientId { get; init; }
Property Value
Lifespan
Number of seconds after which the generated token expires
public int? Lifespan { get; init; }
Property Value
- int?
RedirectUri
Redirect uri
public string? RedirectUri { get; init; }