JwtTokenExtractor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |