Table of Contents

Class JwtRequest

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class JwtRequest
Inheritance
JwtRequest
Inherited Members
Extension Methods

Constructors

JwtRequest()

public JwtRequest()

Fields

DefaultLifetime

public const int DefaultLifetime = 1200

Field Value

int

Properties

Agent

public Guid? Agent { get; set; }

Property Value

Guid?

Debug

public bool Debug { get; set; }

Property Value

bool

Lifetime

public int? Lifetime { get; set; }

Property Value

int?

Organization

public Guid? Organization { get; set; }

Property Value

Guid?

Secret

public string Secret { get; set; }

Property Value

string

Subject

public Guid? Subject { get; set; }

Property Value

Guid?