C# Class Microsoft.Research.DataOnboarding.WebApi.Security.ApiJWTSecurityTokenHandler

This class extends the implementation of JWTSecurityTokenHandler to read configuration settings from the token handler configuration if its initialized by WIF. It falls back on App settings if the configuration object is null.
Inheritance: JWTSecurityTokenHandler
Afficher le fichier Open project: CDLUC3/dataup2 Class Usage Examples

Méthodes publiques

Méthode Description
ApiJWTSecurityTokenHandler ( ) : System

Private Methods

Méthode Description
ValidateToken ( JWTSecurityToken jwt, System.IdentityModel.Tokens.TokenValidationParameters validationParameters ) : ClaimsPrincipal

Method Details

ApiJWTSecurityTokenHandler() public méthode

public ApiJWTSecurityTokenHandler ( ) : System
Résultat System