Share via


JsonWebToken.InnerToken Property

Definition

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.

Applies to