Table of Contents

Class MintTokenResponse

Namespace
Builvero.Api.Controllers
Assembly
Builvero.Api.dll

Response DTO for minting a plugin token.

public class MintTokenResponse
Inheritance
MintTokenResponse
Inherited Members

Properties

ExpiresIn

public int ExpiresIn { get; set; }

Property Value

int
Response DTO for minting a plugin token.

Token

public string Token { get; set; }

Property Value

string
Response DTO for minting a plugin token.