Search Results for

    Show / Hide Table of Contents

    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 Source

    Identifier

    Declaration
    [JsonPropertyName("identifier")]
    [JsonIgnore(Condition = JsonIgnoreCondition.Never)]
    [Required]
    public string Identifier { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PreferredLanguages

    Declaration
    [JsonPropertyName("preferredLanguages")]
    [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
    public ICollection<string> PreferredLanguages { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<System.String>
    | Improve this Doc View Source

    ServiceLoginRedirectUri

    Declaration
    [JsonPropertyName("serviceLoginRedirectUri")]
    [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
    public string ServiceLoginRedirectUri { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH