Show / Hide Table of Contents

Class RenewTokenDto

Inheritance
System.Object
RenewTokenDto
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: Mix.Identity.Dtos
Assembly: mix.identity.dll
Syntax
public class RenewTokenDto

Properties

| Improve this Doc View Source

AccessToken

Declaration
public string AccessToken { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RefreshToken

Declaration
public Guid RefreshToken { get; set; }
Property Value
Type Description
System.Guid
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾