JsonWebToken.InnerToken Property
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.
Gets the JsonWebToken associated with this instance.
public Microsoft.IdentityModel.JsonWebTokens.JsonWebToken InnerToken { get; }
member this.InnerToken : Microsoft.IdentityModel.JsonWebTokens.JsonWebToken
Public ReadOnly Property InnerToken As JsonWebToken
Property Value
Remarks
See: https://datatracker.ietf.org/doc/html/rfc7516#section-2. For encrypted tokens (JWE), this represents the JWT that was encrypted.
If the JWT is not encrypted, this value will be null.