toJson method

Map toJson()

Implementation

Map toJson() => {
        'client_id': client_id,
        'client_secret': client_secret,
        'grant_type': grant_type,
        'password': password,
        'username': username,
      };