Table of Contents

Interface IJwtEncoder

Namespace
Shift.Common
Assembly
Shift.Common.dll
public interface IJwtEncoder
Extension Methods

Methods

Decode(string)

IJwt Decode(string token)

Parameters

token string

Returns

IJwt

Encode(IJwt, string)

string Encode(IJwt token, string secret)

Parameters

token IJwt
secret string

Returns

string