custom static method

TokenFormatConfig custom(
  1. String headerKey
)

自定义Header Key格式:CustomKey: {token}

Implementation

static TokenFormatConfig custom(String headerKey) {
  return TokenFormatConfig(headerKey: headerKey);
}