JwtBlackRecord.cs 211 B

1234567891011
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace TEAMModelOS.SDK.Extension.JwtAuth.Models
  5. {
  6. public class JwtBlackRecord
  7. {
  8. public string Jti { get; set; }
  9. }
  10. }