Share via


JwtTokenExtractor Class

Definition

A JWT token processing class that gets identity information and performs security token validation.

public class JwtTokenExtractor
type JwtTokenExtractor = class
Public Class JwtTokenExtractor
Inheritance
JwtTokenExtractor

Constructors

JwtTokenExtractor(HttpClient, TokenValidationParameters, String, HashSet<String>, ConfigurationManager<IDictionary<String,HashSet<String>>>)

Initializes a new instance of the JwtTokenExtractor class. Extracts relevant data from JWT Tokens.

JwtTokenExtractor(HttpClient, TokenValidationParameters, String, HashSet<String>)

Initializes a new instance of the JwtTokenExtractor class. Extracts relevant data from JWT Tokens.

Methods

GetIdentityAsync(String, String, String, String[])

Gets the claims identity associated with a request.

GetIdentityAsync(String, String, String)

Gets the claims identity associated with a request.

GetIdentityAsync(String, String, String[])

Gets the claims identity associated with a request.

GetIdentityAsync(String, String)

Gets the claims identity associated with a request.

Applies to