parameters property

Map<String, String> parameters
final

The parameters describing how to authenticate.

The semantics of these parameters are scheme-specific. The keys of this map are case-insensitive.

Implementation

final Map<String, String> parameters;