Class LinkUserInput
Inherited Members
Namespace: Volo.Abp.Account
Assembly: Volo.Abp.Account.Pro.Public.Application.Contracts.dll
Syntax
public class LinkUserInput
Constructors
LinkUserInput()
Declaration
public LinkUserInput()
Properties
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |
Token
Declaration
[Required]
public string Token { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserId
Declaration
public Guid UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |