Table of Contents

Interface IAlgorithmFactory

Namespace
JWT.Algorithms
Assembly
Coherence.JWT.dll

Provides IJwtAlgorithms.

public interface IAlgorithmFactory

Methods

Create(JwtDecoderContext)

Creates an AlgorithmFactory using the provided algorithm enum.

IJwtAlgorithm Create(JwtDecoderContext context)

Parameters

context JwtDecoderContext

The captured context during validation of JWT inside JwtDecoder

Returns

IJwtAlgorithm