AuthManipulator.headerPrefixed constructor

const AuthManipulator.headerPrefixed(
  1. String key,
  2. String valuePrefix
)

headerPrefixed implementation

add one header by key and value made of a prefix and token.

note: we do not add space between prefix and token.

Implementation

const factory AuthManipulator.headerPrefixed(
  String key,
  String valuePrefix,
) = AuthManipulatorHeaderPrefixedImpl;