toJson method

Map<String, Object?> toJson()

Implementation

Map<String, Object?> toJson() => {
      'access_token': accessToken,
      'expires_in': expiresIn,
      'matrix_server_name': matrixServerName,
      'token_type': tokenType,
    };