Table of Contents

Class Jwks

Namespace
Tenduke.Core.Jwt
Assembly
Tenduke.Core.dll

List of Json Web Keys

public class Jwks
Inheritance
Jwks
Inherited Members

Constructors

Jwks(IEnumerable<JsonWebKey>)

Initializes a new instance.

public Jwks(IEnumerable<JsonWebKey> keys)

Parameters

keys IEnumerable<JsonWebKey>

List of keys.

Properties

Keys

List of keys.

public IEnumerable<JsonWebKey> Keys { get; }

Property Value

IEnumerable<JsonWebKey>