Table of Contents

Class JwtResponse

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

Constructors

JwtResponse()

public JwtResponse()

Properties

AccessToken

public string AccessToken { get; set; }

Property Value

string

ExpiresIn

public int ExpiresIn { get; set; }

Property Value

int

TokenType

public string TokenType { get; set; }

Property Value

string