Table of Contents

Class EncodedJwt

Namespace
Shift.Common
Assembly
Shift.Common.dll

Implements a raw JSON Web Token (JWT).

public class EncodedJwt
Inheritance
EncodedJwt
Inherited Members
Extension Methods

Constructors

EncodedJwt(string)

public EncodedJwt(string token)

Parameters

token string

EncodedJwt(string, string, string)

public EncodedJwt(string header, string payload, string signature)

Parameters

header string
payload string
signature string

Properties

Header

public string Header { get; set; }

Property Value

string

Payload

public string Payload { get; set; }

Property Value

string

Signature

public string Signature { get; set; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string