Class BlacklistedTokenBase
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Base class for blacklisted tokens.
public class BlacklistedTokenBase
- Inheritance
-
BlacklistedTokenBase
- Derived
- Inherited Members
Properties
Aud
Gets or sets the JWT's aud claim. The Client identifier of the client for which it was issued.
[JsonProperty("aud")]
public string Aud { get; set; }
Property Value
Jti
Gets or sets the jti of the JWT to be blacklisted.
[JsonProperty("jti")]
public string Jti { get; set; }