Microsoft.IdentityModel.Tokens.Experimental.ValidatedToken
Contains the results of successfully validating a SecurityToken.
The result of validating the actor.
The Dictionary<T, U> created from the validated security token.
The ClaimsIdentity created from the validated security token.
The SecurityToken that was validated.
The TokenHandler that was used to validate the token.
The algorithm that was validated.
The audience that was validated.
The issuer that was validated. Contains the source of the validation as well.
The lifetime that was validated.
The SecurityKey that was used to validate the signature.
The token type that was validated.
The ValidationParameters that were used to validate the token.
public ValidatedToken(SecurityToken securityToken, TokenHandler tokenHandler, ValidationParameters validationParameters)
Initializes a new instance of ValidatedToken.