Type alias TAuthTokenFormat

TAuthTokenFormat: {
    maxLength: number;
    minLength: number;
    type: "numeric";
}

Type declaration

  • maxLength: number
  • minLength: number
  • type: "numeric"

Generated using TypeDoc