Table of Contents

Class SendVerifyEmailRequestBuilder.SendVerifyEmailRequestBuilderPutQueryParameters

Namespace
Keycloak.AuthServices.Sdk.Kiota.Admin.Admin.Realms.Item.Users.Item.SendVerifyEmail
Assembly
Keycloak.AuthServices.Sdk.Kiota.dll

The redirectUri, clientId and lifespan parameters are optional. The default for the redirect is the account client. The default for the lifespan is 12 hours

public class SendVerifyEmailRequestBuilder.SendVerifyEmailRequestBuilderPutQueryParameters
Inheritance
SendVerifyEmailRequestBuilder.SendVerifyEmailRequestBuilderPutQueryParameters
Inherited Members

Properties

ClientId

Client id

[QueryParameter("client_id")]
public string? ClientId { get; set; }

Property Value

string

Lifespan

Number of seconds after which the generated token expires

[QueryParameter("lifespan")]
public int? Lifespan { get; set; }

Property Value

int?

RedirectUri

Redirect uri

[QueryParameter("redirect_uri")]
public string? RedirectUri { get; set; }

Property Value

string