QueryAuthenticator constructor

QueryAuthenticator(
  1. String key,
  2. String value
)

Creates a QueryAuthenticator with the given query parameter key and value.

Implementation

QueryAuthenticator(this.key, this.value);