Class ForgotPasswordPost
Inheritance
System.Object
ForgotPasswordPost
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.Identity.Client.App
Assembly: Dangl.Identity.Client.App.dll
Syntax
public class ForgotPasswordPost
Properties
| Improve this Doc View SourceIdentifier
Declaration
[JsonPropertyName("identifier")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required]
public string Identifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreferredLanguages
Declaration
[JsonPropertyName("preferredLanguages")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<string> PreferredLanguages { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.String> |
ServiceLoginRedirectUri
Declaration
[JsonPropertyName("serviceLoginRedirectUri")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ServiceLoginRedirectUri { get; set; }
Property Value
Type | Description |
---|---|
System.String |