Show / Hide Table of Contents

Class DownloadTokenResultDto

Inheritance
object
DownloadTokenResultDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public class DownloadTokenResultDto

Constructors

DownloadTokenResultDto()

Declaration
public DownloadTokenResultDto()

Properties

Token

Declaration
public string Token { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft