JwtParameters.Type property

Gets the type (“typ”) of the JWT, indicating the token type.

public string? Type { get; set; }

See Also