Search Results for

    Show / Hide Table of Contents

    Class TokenRefreshPost

    Inheritance
    System.Object
    TokenRefreshPost
    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 TokenRefreshPost

    Properties

    | Improve this Doc View Source

    RefreshToken

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