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
JwtDecoderContextThe captured context during validation of JWT inside JwtDecoder