Table of Contents

Class ExecuteActionsEmailRequest

Namespace
Keycloak.AuthServices.Sdk.Admin.Requests.Users
Assembly
Keycloak.AuthServices.Sdk.dll

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

IList<string>

ClientId

Client id

public string? ClientId { get; init; }

Property Value

string

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; }

Property Value

string