Skip to content
Abblix

Abblix.Jwt.ValidationParameters

ValidationParameters.ResolveTokenDecryptionKeysDelegate(string) Delegate

Resolves decryption keys (JWKs) asynchronously for a specified issuer.

C#
public delegate System.Collections.Generic.IAsyncEnumerable<Abblix.Jwt.JsonWebKey> ValidationParameters.ResolveTokenDecryptionKeysDelegate(string issuer);

Parameters

issuer System.String

Issuer whose decryption keys are to be resolved.

Returns

System.Collections.Generic.IAsyncEnumerable<JsonWebKey>
An asynchronous stream of JSON Web Keys.