fields property

Map<String, String> fields
final

The Credential tokes. Usually: {'access_token': 'the_toke_string'}s

Implementation

final Map<String, String> fields;