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 SourceRefreshToken
Declaration
[JsonPropertyName("refreshToken")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required]
public string RefreshToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |